#026FB3

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

Shades of Cerulean #026FB3

Tints of Cerulean #026FB3

Color information

#026FB3 (or 0x026FB3) is unknown color: approx Cerulean. HEX triplet: 02, 6F and B3. RGB value is (2,111,179). Sum of RGB (Red+Green+Blue) = 2+111+179=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 179 (70.31% from 255 or 61.30% from 292); Max value from RGB is 179 - color contains mainly: blue. Hex color #026FB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #026FB3 is #FD904C. Grayscale: #555555. Windows color (decimal): -16617549 or 11759362. OLE color: 11759362.

HSL color Cylindrical-coordinate representation of color #026FB3: hue angle of 203.05º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026FB3 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2111179-
CMYK0.990.3800.30
HSL203.05º97.79%35.49%-
HSV(B)203.05º98.88%70.2%-
XYZ13.8514.6444.74-
YUV86.16180.3967.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 111 (43.75% from 255) = 38.01%
BLUE value IS 179 (70.31% from 255) = 61.30%
R=0.68%
G=38.01%
B=61.30%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal21111790.990.3800.30203.0597.7935.49
Hex26FB3632601Ecb6223
Octal21572631434603631314243
Binary101101111101100111100011100110011110110010111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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