Html Css Color HEX #026497 Cerulean

📋 copy color: '#026497'

red 2 ◦ green 100 ◦ blue 151

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

Shades of Cerulean #026497

Tints of Cerulean #026497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.53%

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

R = 0.79%
G = 39.53%
B = 59.68%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#026497 (or 0x026497) is known color: Cerulean. HEX triplet: 02, 64 and 97. RGB value is (2,100,151). Sum of RGB (Red+Green+Blue) = 2+100+151=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #026497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026497 is #FD9B68. Grayscale: #4C4C4C. Windows color (decimal): -16620393 or 9921538. OLE color: 9921538.

HSL color Cylindrical-coordinate representation of color #026497: hue angle of 200.54º 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 #026497 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 100 151 -
CMYK 0.99 0.34 0 0.41
HSL 200.54º 0.97% 0.3% -
HSV(B) 200.54º 0.99% 0.59% -
XYZ 10.17 11.36 30.94 -
YUV 76.51 170.03 74.85 -
System Red Green Blue C M Y K H S L
Decimal 2 100 151 0.99 0.34 0 0.41 200.54 0.97 0.3
Hex 2 64 97 63 22 0 29 C9 61 1E
Octal 2 144 227 143 42 0 51 311 141 36
Binary 10 1100100 10010111 1100011 100010 0 101001 11001001 1100001 11110

Color Harmonies of #026497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026497

Black with #026497

Text Example


Text Example

White with #026497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026497; }

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

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

background-color css

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

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

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

border-color css

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

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

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