#0073AB

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

Shades of Cerulean #0073AB

Tints of Cerulean #0073AB

Color information

#0073AB (or 0x0073AB) is unknown color: approx Cerulean. HEX triplet: 00, 73 and AB. RGB value is (0,115,171). Sum of RGB (Red+Green+Blue) = 0+115+171=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #0073AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0073AB is #FF8C54. Grayscale: #565656. Windows color (decimal): -16747605 or 11236096. OLE color: 11236096.

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

Color convert

RGB0115171-
CMYK10.3300.33
HSL199.65º100%33.53%-
HSV(B)199.65º100%67.06%-
XYZ13.4815.240.75-
YUV87175.465.95-

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) = 40.21%
BLUE value IS 171 (67.19% from 255) = 59.79%
R=0%
G=40.21%
B=59.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal011517110.3300.33199.6510033.53
Hex073AB6421021c86422
Octal01632531444104131014442
Binary011100111010101111001001000010100001110010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0073AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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