#00447C

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

Shades of Dark Cerulean #00447C

Tints of Dark Cerulean #00447C

Color information

#00447C (or 0x00447C) is unknown color: approx Dark Cerulean. HEX triplet: 00, 44 and 7C. RGB value is (0,68,124). Sum of RGB (Red+Green+Blue) = 0+68+124=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #00447C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00447C is #FFBB83. Grayscale: #353535. Windows color (decimal): -16759684 or 8143872. OLE color: 8143872.

HSL color Cylindrical-coordinate representation of color #00447C: hue angle of 207.1º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00447C is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB068124-
CMYK10.4500.51
HSL207.1º100%24.31%-
HSV(B)207.1º100%48.63%-
XYZ5.715.5919.85-
YUV54.05167.4789.45-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 124 (48.83% from 255) = 64.58%
R=0%
G=35.42%
B=64.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal06812410.4500.51207.110024.31
Hex0447C642D033cf6418
Octal01041741445506331714430
Binary0100010011111001100100101101011001111001111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,68,124); }

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

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

 a { background-color: rgb(0,68,124); }

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

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

 span { border-color: rgb(0,68,124); }

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