#026FA3

Color #026FA3 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #026FA3

Tints of Cerulean #026FA3

Color information

#026FA3 (or 0x026FA3) is unknown color: approx Cerulean. HEX triplet: 02, 6F and A3. RGB value is (2,111,163). Sum of RGB (Red+Green+Blue) = 2+111+163=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 163 (64.06% from 255 or 59.06% from 276); Max value from RGB is 163 - color contains mainly: blue. Hex color #026FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026FA3 is #FD905C. Grayscale: #545454. Windows color (decimal): -16617565 or 10710786. OLE color: 10710786.

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

Color convert

RGB2111163-
CMYK0.990.3200.36
HSL199.38º97.58%32.35%-
HSV(B)199.38º98.77%63.92%-
XYZ12.3214.0336.71-
YUV84.34172.3969.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 163 (64.06% from 255) = 59.06%
R=0.72%
G=40.22%
B=59.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21111630.990.3200.36199.3897.5832.35
Hex26FA36320024c76220
Octal21572431434004430714240
Binary1011011111010001111000111000000100100110001111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #026FA3;
 }
 .AnyTagClassName
 {
   color: #026FA3;
 }
</style>
background-color css

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

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

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

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

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

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