#0072B1

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

Shades of Cerulean #0072B1

Tints of Cerulean #0072B1

Color information

#0072B1 (or 0x0072B1) is unknown color: approx Cerulean. HEX triplet: 00, 72 and B1. RGB value is (0,114,177). Sum of RGB (Red+Green+Blue) = 0+114+177=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 177 (69.53% from 255 or 60.82% from 291); Max value from RGB is 177 - color contains mainly: blue. Hex color #0072B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0072B1 is #FF8D4E. Grayscale: #565656. Windows color (decimal): -16747855 or 11629056. OLE color: 11629056.

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

Color convert

RGB0114177-
CMYK10.3600.31
HSL201.36º100%34.71%-
HSV(B)201.36º100%69.41%-
XYZ13.9515.2143.8-
YUV87.1178.7365.88-

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) = 39.18%
BLUE value IS 177 (69.53% from 255) = 60.82%
R=0%
G=39.18%
B=60.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal011417710.3600.31201.3610034.71
Hex072B1642401Fc96423
Octal01622611444403731114443
Binary01110010101100011100100100100011111110010011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0072B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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