Html Css Color HEX #026495 Cerulean

📋 copy color: '#026495'

red 2 ◦ green 100 ◦ blue 149

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

Shades of Cerulean #026495

Tints of Cerulean #026495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.36%

R = 0.8%
G = 39.84%
B = 59.36%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#026495 (or 0x026495) is known color: Cerulean. HEX triplet: 02, 64 and 95. RGB value is (2,100,149). Sum of RGB (Red+Green+Blue) = 2+100+149=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #026495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026495 is #FD9B6A. Grayscale: #4B4B4B. Windows color (decimal): -16620395 or 9790466. OLE color: 9790466.

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

Color convert

RGB 2 100 149 -
CMYK 0.99 0.33 0 0.42
HSL 200º 0.97% 0.3% -
HSV(B) 200º 0.99% 0.58% -
XYZ 10.01 11.3 30.09 -
YUV 76.28 169.03 75.02 -
System Red Green Blue C M Y K H S L
Decimal 2 100 149 0.99 0.33 0 0.42 200 0.97 0.3
Hex 2 64 95 63 21 0 2A C8 61 1E
Octal 2 144 225 143 41 0 52 310 141 36
Binary 10 1100100 10010101 1100011 100001 0 101010 11001000 1100001 11110

Color Harmonies of #026495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026495

Black with #026495

Text Example


Text Example

White with #026495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026495; }

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

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

background-color css

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

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

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

border-color css

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

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

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