Html Css Color HEX #026697 Cerulean

📋 copy color: '#026697'

red 2 ◦ green 102 ◦ blue 151

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

Shades of Cerulean #026697

Tints of Cerulean #026697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 59.22%

R = 0.78%
G = 40%
B = 59.22%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#026697 (or 0x026697) is known color: Cerulean. HEX triplet: 02, 66 and 97. RGB value is (2,102,151). Sum of RGB (Red+Green+Blue) = 2+102+151=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #026697 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026697 is #FD9968. Grayscale: #4D4D4D. Windows color (decimal): -16619881 or 9922050. OLE color: 9922050.

HSL color Cylindrical-coordinate representation of color #026697: hue angle of 199.73º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026697 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 102 151 -
CMYK 0.99 0.32 0 0.41
HSL 199.73º 0.97% 0.3% -
HSV(B) 199.73º 0.99% 0.59% -
XYZ 10.36 11.75 31 -
YUV 77.69 169.37 74.02 -
System Red Green Blue C M Y K H S L
Decimal 2 102 151 0.99 0.32 0 0.41 199.73 0.97 0.3
Hex 2 66 97 63 20 0 29 C8 61 1E
Octal 2 146 227 143 40 0 51 310 141 36
Binary 10 1100110 10010111 1100011 100000 0 101001 11001000 1100001 11110

Color Harmonies of #026697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026697

Black with #026697

Text Example


Text Example

White with #026697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026697; }

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

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

background-color css

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

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

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

border-color css

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

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

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