#26069E

Color #26069E Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #26069E

Tints of Ultramarine #26069E

Color information

#26069E (or 0x26069E) is unknown color: approx Ultramarine. HEX triplet: 26, 06 and 9E. RGB value is (38,6,158). Sum of RGB (Red+Green+Blue) = 38+6+158=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 158 (62.11% from 255 or 78.22% from 202); Max value from RGB is 158 - color contains mainly: blue. Hex color #26069E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26069E is #D9F961. Grayscale: #202020. Windows color (decimal): -14285154 or 10356262. OLE color: 10356262.

HSL color Cylindrical-coordinate representation of color #26069E: hue angle of 252.63º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26069E is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB386158-
CMYK0.760.9600.38
HSL252.63º92.68%32.16%-
HSV(B)252.63º96.2%61.96%-
XYZ7.043.0132.56-
YUV32.9198.6131.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 6 (2.73% from 255) = 2.97%
BLUE value IS 158 (62.11% from 255) = 78.22%
R=18.81%
G=2.97%
B=78.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3861580.760.9600.38252.6392.6832.16
Hex2669E4C60026fd5d20
Octal46623611414004637513540
Binary10011011010011110100110011000000100110111111011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26069E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26069E; }

 p { color: rgb(38,6,158); }

 H1.HeaderClassName
 {
   color: #26069E;
 }
 .AnyTagClassName
 {
   color: #26069E;
 }
</style>
background-color css

<style>
 a { background-color: #26069E; }

 a { background-color: rgb(38,6,158); }

 div.DivClassName
 {
   background-color: #26069E;
 }
 .BgClassName
 {
   background-color: #26069E;
 }
</style>
border-color css

<style>
 span { border-color: #26069E; }

 span { border-color: rgb(38,6,158); }

 td.TdClassName
 {
   border-color: #26069E;
 }
 .TagClassName
 {
   border-color: #26069E;
 }
</style>