#0072BA

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

Shades of Cerulean #0072BA

Tints of Cerulean #0072BA

Color information

#0072BA (or 0x0072BA) is unknown color: approx Cerulean. HEX triplet: 00, 72 and BA. RGB value is (0,114,186). Sum of RGB (Red+Green+Blue) = 0+114+186=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #0072BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0072BA is #FF8D45. Grayscale: #575757. Windows color (decimal): -16747846 or 12218880. OLE color: 12218880.

HSL color Cylindrical-coordinate representation of color #0072BA: hue angle of 203.23º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0072BA is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0114186-
CMYK10.3900.27
HSL203.23º100%36.47%-
HSV(B)203.23º100%72.94%-
XYZ14.8815.5848.68-
YUV88.12183.2365.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 186 (73.05% from 255) = 62%
R=0%
G=38%
B=62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal011418610.3900.27203.2310036.47
Hex072BA642701Bcb6424
Octal01622721444703331314444
Binary01110010101110101100100100111011011110010111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0072BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0072BA; }

 p { color: rgb(0,114,186); }

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

<style>
 a { background-color: #0072BA; }

 a { background-color: rgb(0,114,186); }

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

<style>
 span { border-color: #0072BA; }

 span { border-color: rgb(0,114,186); }

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