Html Css Color HEX #026CA1 Cerulean

📋 copy color: '#026CA1'

red 2 ◦ green 108 ◦ blue 161

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

Shades of Cerulean #026CA1

Tints of Cerulean #026CA1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.85%

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

R = 0.74%
G = 39.85%
B = 59.41%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#026CA1 (or 0x026CA1) is known color: Cerulean. HEX triplet: 02, 6C and A1. RGB value is (2,108,161). Sum of RGB (Red+Green+Blue) = 2+108+161=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 161 (63.28% from 255 or 59.41% from 271); Max value from RGB is 161 - color contains mainly: blue. Hex color #026CA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026CA1 is #FD935E. Grayscale: #525252. Windows color (decimal): -16618335 or 10578946. OLE color: 10578946.

HSL color Cylindrical-coordinate representation of color #026CA1: hue angle of 200º 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 #026CA1 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 108 161 -
CMYK 0.99 0.33 0 0.37
HSL 200º 0.98% 0.32% -
HSV(B) 200º 0.99% 0.63% -
XYZ 11.82 13.31 35.66 -
YUV 82.35 172.38 70.69 -
System Red Green Blue C M Y K H S L
Decimal 2 108 161 0.99 0.33 0 0.37 200 0.98 0.32
Hex 2 6C A1 63 21 0 25 C8 62 20
Octal 2 154 241 143 41 0 45 310 142 40
Binary 10 1101100 10100001 1100011 100001 0 100101 11001000 1100010 100000

Color Harmonies of #026CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026CA1

Black with #026CA1

Text Example


Text Example

White with #026CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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