Html Css Color HEX #026EAC Cerulean

📋 copy color: '#026EAC'

red 2 ◦ green 110 ◦ blue 172

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

Shades of Cerulean #026EAC

Tints of Cerulean #026EAC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.73%

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 0.7%
G = 38.73%
B = 60.56%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#026EAC (or 0x026EAC) is known color: Cerulean. HEX triplet: 02, 6E and AC. RGB value is (2,110,172). Sum of RGB (Red+Green+Blue) = 2+110+172=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #026EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026EAC is #FD9153. Grayscale: #545454. Windows color (decimal): -16617812 or 11300354. OLE color: 11300354.

HSL color Cylindrical-coordinate representation of color #026EAC: hue angle of 201.88º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026EAC is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 110 172 -
CMYK 0.99 0.36 0 0.33
HSL 201.88º 0.98% 0.34% -
HSV(B) 201.88º 0.99% 0.67% -
XYZ 13.05 14.14 41.07 -
YUV 84.78 177.22 68.96 -
System Red Green Blue C M Y K H S L
Decimal 2 110 172 0.99 0.36 0 0.33 201.88 0.98 0.34
Hex 2 6E AC 63 24 0 21 CA 62 22
Octal 2 156 254 143 44 0 41 312 142 42
Binary 10 1101110 10101100 1100011 100100 0 100001 11001010 1100010 100010

Color Harmonies of #026EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026EAC

Black with #026EAC

Text Example


Text Example

White with #026EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026EAC; }

 p { color: rgb(2,110,172); }

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

background-color css

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

 a { background-color: rgb(2,110,172); }

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

border-color css

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

 span { border-color: rgb(2,110,172); }

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