#07417F

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

Shades of Dark Cerulean #07417F

Tints of Dark Cerulean #07417F

Color information

#07417F (or 0x07417F) is unknown color: approx Dark Cerulean. HEX triplet: 07, 41 and 7F. RGB value is (7,65,127). Sum of RGB (Red+Green+Blue) = 7+65+127=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 127 (50% from 255 or 63.82% from 199); Max value from RGB is 127 - color contains mainly: blue. Hex color #07417F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07417F is #F8BE80. Grayscale: #363636. Windows color (decimal): -16301697 or 8339719. OLE color: 8339719.

HSL color Cylindrical-coordinate representation of color #07417F: hue angle of 211º 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 #07417F is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB765127-
CMYK0.940.4900.50
HSL211º89.55%26.27%-
HSV(B)211º94.49%49.8%-
XYZ5.815.3620.81-
YUV54.73168.7893.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.52%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 127 (50% from 255) = 63.82%
R=3.52%
G=32.66%
B=63.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7651270.940.4900.5021189.5526.27
Hex7417F5E31032d35a1a
Octal71011771366106232313232
Binary111100000111111111011110110001011001011010011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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