#026CB5

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

Shades of Cerulean #026CB5

Tints of Cerulean #026CB5

Color information

#026CB5 (or 0x026CB5) is unknown color: approx Cerulean. HEX triplet: 02, 6C and B5. RGB value is (2,108,181). Sum of RGB (Red+Green+Blue) = 2+108+181=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #026CB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026CB5 is #FD934A. Grayscale: #545454. Windows color (decimal): -16618315 or 11889666. OLE color: 11889666.

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

Color convert

RGB2108181-
CMYK0.990.4000.29
HSL204.47º97.81%35.88%-
HSV(B)204.47º98.9%70.98%-
XYZ13.7314.0745.71-
YUV84.63182.3869.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 108 (42.58% from 255) = 37.11%
BLUE value IS 181 (71.09% from 255) = 62.20%
R=0.69%
G=37.11%
B=62.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21081810.990.4000.29204.4797.8135.88
Hex26CB5632801Dcc6224
Octal21542651435003531414244
Binary101101100101101011100011101000011101110011001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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