#07418D

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

Shades of Dark Cerulean #07418D

Tints of Dark Cerulean #07418D

Color information

#07418D (or 0x07418D) is unknown color: approx Dark Cerulean. HEX triplet: 07, 41 and 8D. RGB value is (7,65,141). Sum of RGB (Red+Green+Blue) = 7+65+141=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #07418D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07418D is #F8BE72. Grayscale: #373737. Windows color (decimal): -16301683 or 9257223. OLE color: 9257223.

HSL color Cylindrical-coordinate representation of color #07418D: hue angle of 214.03º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07418D is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB765141-
CMYK0.950.5400.45
HSL214.03º90.54%29.02%-
HSV(B)214.03º95.04%55.29%-
XYZ6.795.7525.95-
YUV56.32175.7892.82-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.29%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 141 (55.47% from 255) = 66.20%
R=3.29%
G=30.52%
B=66.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7651410.950.5400.45214.0390.5429.02
Hex7418D5F3602Dd65b1d
Octal71012151376605532613335
Binary1111000001100011011011111110110010110111010110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07418D; }

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

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

<style>
 a { background-color: #07418D; }

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

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

<style>
 span { border-color: #07418D; }

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

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