#0073AE

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

Shades of Cerulean #0073AE

Tints of Cerulean #0073AE

Color information

#0073AE (or 0x0073AE) is unknown color: approx Cerulean. HEX triplet: 00, 73 and AE. RGB value is (0,115,174). Sum of RGB (Red+Green+Blue) = 0+115+174=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #0073AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0073AE is #FF8C51. Grayscale: #565656. Windows color (decimal): -16747602 or 11432704. OLE color: 11432704.

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

Color convert

RGB0115174-
CMYK10.3400.32
HSL200.34º100%34.12%-
HSV(B)200.34º100%68.24%-
XYZ13.7715.3242.28-
YUV87.34176.965.7-

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.79%
BLUE value IS 174 (68.36% from 255) = 60.21%
R=0%
G=39.79%
B=60.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal011517410.3400.32200.3410034.12
Hex073AE6422020c86422
Octal01632561444204031014442
Binary011100111010111011001001000100100000110010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0073AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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