Html Css Color HEX #026DA1 Cerulean

📋 copy color: '#026DA1'

red 2 ◦ green 109 ◦ blue 161

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

Shades of Cerulean #026DA1

Tints of Cerulean #026DA1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.07%

 BLUE value IS 161 (63.28% from 255) = 59.19%

R = 0.74%
G = 40.07%
B = 59.19%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#026DA1 (or 0x026DA1) is known color: Cerulean. HEX triplet: 02, 6D and A1. RGB value is (2,109,161). Sum of RGB (Red+Green+Blue) = 2+109+161=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #026DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026DA1 is #FD925E. Grayscale: #525252. Windows color (decimal): -16618079 or 10579202. OLE color: 10579202.

HSL color Cylindrical-coordinate representation of color #026DA1: hue angle of 199.62º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026DA1 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 109 161 -
CMYK 0.99 0.32 0 0.37
HSL 199.62º 0.98% 0.32% -
HSV(B) 199.62º 0.99% 0.63% -
XYZ 11.93 13.52 35.7 -
YUV 82.94 172.05 70.27 -
System Red Green Blue C M Y K H S L
Decimal 2 109 161 0.99 0.32 0 0.37 199.62 0.98 0.32
Hex 2 6D A1 63 20 0 25 C8 62 20
Octal 2 155 241 143 40 0 45 310 142 40
Binary 10 1101101 10100001 1100011 100000 0 100101 11001000 1100010 100000

Color Harmonies of #026DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026DA1

Black with #026DA1

Text Example


Text Example

White with #026DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,109,161); }

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

background-color css

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

 a { background-color: rgb(2,109,161); }

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

border-color css

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

 span { border-color: rgb(2,109,161); }

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