#0073B2

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

Shades of Cerulean #0073B2

Tints of Cerulean #0073B2

Color information

#0073B2 (or 0x0073B2) is unknown color: approx Cerulean. HEX triplet: 00, 73 and B2. RGB value is (0,115,178). Sum of RGB (Red+Green+Blue) = 0+115+178=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 178 (69.92% from 255 or 60.75% from 293); Max value from RGB is 178 - color contains mainly: blue. Hex color #0073B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0073B2 is #FF8C4D. Grayscale: #575757. Windows color (decimal): -16747598 or 11694848. OLE color: 11694848.

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

Color convert

RGB0115178-
CMYK10.3500.30
HSL201.24º100%34.9%-
HSV(B)201.24º100%69.8%-
XYZ14.1715.4844.36-
YUV87.8178.965.38-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 178 (69.92% from 255) = 60.75%
R=0%
G=39.25%
B=60.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal011517810.3500.30201.2410034.9
Hex073B2642301Ec96423
Octal01632621444303631114443
Binary01110011101100101100100100011011110110010011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0073B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0073B2; }

 p { color: rgb(0,115,178); }

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

<style>
 a { background-color: #0073B2; }

 a { background-color: rgb(0,115,178); }

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

<style>
 span { border-color: #0073B2; }

 span { border-color: rgb(0,115,178); }

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