#026FAC

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

Shades of Cerulean #026FAC

Tints of Cerulean #026FAC

Color information

#026FAC (or 0x026FAC) is unknown color: approx Cerulean. HEX triplet: 02, 6F and AC. RGB value is (2,111,172). Sum of RGB (Red+Green+Blue) = 2+111+172=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #026FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026FAC is #FD9053. Grayscale: #555555. Windows color (decimal): -16617556 or 11300610. OLE color: 11300610.

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

Color convert

RGB2111172-
CMYK0.990.3500.33
HSL201.53º97.7%34.12%-
HSV(B)201.53º98.84%67.45%-
XYZ13.1614.3641.11-
YUV85.36176.8968.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 172 (67.58% from 255) = 60.35%
R=0.70%
G=38.95%
B=60.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21111720.990.3500.33201.5397.734.12
Hex26FAC6323021ca6222
Octal21572541434304131214242
Binary1011011111010110011000111000110100001110010101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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