#0272B9

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

Shades of Cerulean #0272B9

Tints of Cerulean #0272B9

Color information

#0272B9 (or 0x0272B9) is unknown color: approx Cerulean. HEX triplet: 02, 72 and B9. RGB value is (2,114,185). Sum of RGB (Red+Green+Blue) = 2+114+185=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #0272B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0272B9 is #FD8D46. Grayscale: #585858. Windows color (decimal): -16616775 or 12153346. OLE color: 12153346.

HSL color Cylindrical-coordinate representation of color #0272B9: hue angle of 203.28º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0272B9 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2114185-
CMYK0.990.3800.27
HSL203.28º97.86%36.67%-
HSV(B)203.28º98.92%72.55%-
XYZ14.815.5548.12-
YUV88.61182.3966.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 185 (72.66% from 255) = 61.46%
R=0.66%
G=37.87%
B=61.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21141850.990.3800.27203.2897.8636.67
Hex272B9632601Bcb6225
Octal21622711434603331314245
Binary101110010101110011100011100110011011110010111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0272B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0272B9; }

 p { color: rgb(2,114,185); }

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

<style>
 a { background-color: #0272B9; }

 a { background-color: rgb(2,114,185); }

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

<style>
 span { border-color: #0272B9; }

 span { border-color: rgb(2,114,185); }

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