Html Css Color HEX #026FA2 Cerulean

📋 copy color: '#026FA2'

red 2 ◦ green 111 ◦ blue 162

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

Shades of Cerulean #026FA2

Tints of Cerulean #026FA2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.36%

 BLUE value IS 162 (63.67% from 255) = 58.91%

R = 0.73%
G = 40.36%
B = 58.91%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#026FA2 (or 0x026FA2) is known color: Cerulean. HEX triplet: 02, 6F and A2. RGB value is (2,111,162). Sum of RGB (Red+Green+Blue) = 2+111+162=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #026FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026FA2 is #FD905D. Grayscale: #535353. Windows color (decimal): -16617566 or 10645250. OLE color: 10645250.

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

Color convert

RGB 2 111 162 -
CMYK 0.99 0.31 0 0.36
HSL 199.13º 0.98% 0.32% -
HSV(B) 199.13º 0.99% 0.64% -
XYZ 12.23 13.99 36.24 -
YUV 84.22 171.89 69.35 -
System Red Green Blue C M Y K H S L
Decimal 2 111 162 0.99 0.31 0 0.36 199.13 0.98 0.32
Hex 2 6F A2 63 1F 0 24 C7 62 20
Octal 2 157 242 143 37 0 44 307 142 40
Binary 10 1101111 10100010 1100011 11111 0 100100 11000111 1100010 100000

Color Harmonies of #026FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026FA2

Black with #026FA2

Text Example


Text Example

White with #026FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,111,162); }

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

background-color css

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

 a { background-color: rgb(2,111,162); }

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

border-color css

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

 span { border-color: rgb(2,111,162); }

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