#00739C

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

Shades of Cerulean #00739C

Tints of Cerulean #00739C

Color information

#00739C (or 0x00739C) is unknown color: approx Cerulean. HEX triplet: 00, 73 and 9C. RGB value is (0,115,156). Sum of RGB (Red+Green+Blue) = 0+115+156=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #00739C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00739C is #FF8C63. Grayscale: #555555. Windows color (decimal): -16747620 or 10253056. OLE color: 10253056.

HSL color Cylindrical-coordinate representation of color #00739C: hue angle of 195.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00739C is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB0115156-
CMYK10.2600.39
HSL195.77º100%30.59%-
HSV(B)195.77º100%61.18%-
XYZ12.1314.6633.64-
YUV85.29167.967.17-

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) = 42.44%
BLUE value IS 156 (61.33% from 255) = 57.56%
R=0%
G=42.44%
B=57.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal011515610.2600.39195.7710030.59
Hex0739C641A027c4641f
Octal01632341443204730414437
Binary0111001110011100110010011010010011111000100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00739C; }

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

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

<style>
 a { background-color: #00739C; }

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

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

<style>
 span { border-color: #00739C; }

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

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