#07447F

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

Shades of Dark Cerulean #07447F

Tints of Dark Cerulean #07447F

Color information

#07447F (or 0x07447F) is unknown color: approx Dark Cerulean. HEX triplet: 07, 44 and 7F. RGB value is (7,68,127). Sum of RGB (Red+Green+Blue) = 7+68+127=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #07447F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07447F is #F8BB80. Grayscale: #383838. Windows color (decimal): -16300929 or 8340487. OLE color: 8340487.

HSL color Cylindrical-coordinate representation of color #07447F: hue angle of 209.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07447F is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB768127-
CMYK0.940.4600.50
HSL209.5º89.55%26.27%-
HSV(B)209.5º94.49%49.8%-
XYZ5.995.7120.87-
YUV56.49167.7992.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 68 (26.95% from 255) = 33.66%
BLUE value IS 127 (50% from 255) = 62.87%
R=3.47%
G=33.66%
B=62.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7681270.940.4600.50209.589.5526.27
Hex7447F5E2E032d25a1a
Octal71041771365606232213232
Binary111100010011111111011110101110011001011010010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07447F; }

 p { color: rgb(7,68,127); }

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

<style>
 a { background-color: #07447F; }

 a { background-color: rgb(7,68,127); }

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

<style>
 span { border-color: #07447F; }

 span { border-color: rgb(7,68,127); }

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