Html Css Color HEX #026691 Cerulean

📋 copy color: '#026691'

red 2 ◦ green 102 ◦ blue 145

#026691
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #026691

Tints of Cerulean #026691

RGB

 RED value IS 2 (1.17% from 255) = 0.8%

 GREEN value IS 102 (40.23% from 255) = 40.96%

 BLUE value IS 145 (57.03% from 255) = 58.23%

R = 0.8%
G = 40.96%
B = 58.23%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#026691 (or 0x026691) is known color: Cerulean. HEX triplet: 02, 66 and 91. RGB value is (2,102,145). Sum of RGB (Red+Green+Blue) = 2+102+145=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #026691 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026691 is #FD996E. Grayscale: #4C4C4C. Windows color (decimal): -16619887 or 9528834. OLE color: 9528834.

HSL color Cylindrical-coordinate representation of color #026691: hue angle of 198.04º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026691 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 102 145 -
CMYK 0.99 0.30 0 0.43
HSL 198.04º 0.97% 0.29% -
HSV(B) 198.04º 0.99% 0.57% -
XYZ 9.89 11.56 28.5 -
YUV 77 166.37 74.5 -
System Red Green Blue C M Y K H S L
Decimal 2 102 145 0.99 0.30 0 0.43 198.04 0.97 0.29
Hex 2 66 91 63 1E 0 2B C6 61 1D
Octal 2 146 221 143 36 0 53 306 141 35
Binary 10 1100110 10010001 1100011 11110 0 101011 11000110 1100001 11101

Color Harmonies of #026691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026691

Black with #026691

Text Example


Text Example

White with #026691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026691; }

 p { color: rgb(2,102,145); }

 H1.HeaderClassName
 {
   color: #026691;
 }
 .AnyTagClassName
 {
   color: #026691;
 }
</style>

background-color css

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

 a { background-color: rgb(2,102,145); }

 div.DivClassName
 {
   background-color: #026691;
 }
 .BgClassName
 {
   background-color: #026691;
 }
</style>

border-color css

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

 span { border-color: rgb(2,102,145); }

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