Html Css Color HEX #026494 Cerulean

📋 copy color: '#026494'

red 2 ◦ green 100 ◦ blue 148

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

Shades of Cerulean #026494

Tints of Cerulean #026494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.2%

R = 0.8%
G = 40%
B = 59.2%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#026494 (or 0x026494) is known color: Cerulean. HEX triplet: 02, 64 and 94. RGB value is (2,100,148). Sum of RGB (Red+Green+Blue) = 2+100+148=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #026494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026494 is #FD9B6B. Grayscale: #4B4B4B. Windows color (decimal): -16620396 or 9724930. OLE color: 9724930.

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

Color convert

RGB 2 100 148 -
CMYK 0.99 0.32 0 0.42
HSL 199.73º 0.97% 0.29% -
HSV(B) 199.73º 0.99% 0.58% -
XYZ 9.93 11.27 29.67 -
YUV 76.17 168.53 75.1 -
System Red Green Blue C M Y K H S L
Decimal 2 100 148 0.99 0.32 0 0.42 199.73 0.97 0.29
Hex 2 64 94 63 20 0 2A C8 61 1D
Octal 2 144 224 143 40 0 52 310 141 35
Binary 10 1100100 10010100 1100011 100000 0 101010 11001000 1100001 11101

Color Harmonies of #026494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026494

Black with #026494

Text Example


Text Example

White with #026494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026494; }

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

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

background-color css

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

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

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

border-color css

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

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

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