#0266A9

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

Shades of Cerulean #0266A9

Tints of Cerulean #0266A9

Color information

#0266A9 (or 0x0266A9) is unknown color: approx Cerulean. HEX triplet: 02, 66 and A9. RGB value is (2,102,169). Sum of RGB (Red+Green+Blue) = 2+102+169=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 169 (66.41% from 255 or 61.90% from 273); Max value from RGB is 169 - color contains mainly: blue. Hex color #0266A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0266A9 is #FD9956. Grayscale: #4F4F4F. Windows color (decimal): -16619863 or 11101698. OLE color: 11101698.

HSL color Cylindrical-coordinate representation of color #0266A9: hue angle of 204.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0266A9 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2102169-
CMYK0.990.4000.34
HSL204.07º97.66%33.53%-
HSV(B)204.07º98.82%66.27%-
XYZ11.9412.3839.3-
YUV79.74178.3772.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 169 (66.41% from 255) = 61.90%
R=0.73%
G=37.36%
B=61.90%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal21021690.990.4000.34204.0797.6633.53
Hex266A96328022cc6222
Octal21462511435004231414242
Binary1011001101010100111000111010000100010110011001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0266A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0266A9; }

 p { color: rgb(2,102,169); }

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

<style>
 a { background-color: #0266A9; }

 a { background-color: rgb(2,102,169); }

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

<style>
 span { border-color: #0266A9; }

 span { border-color: rgb(2,102,169); }

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