#073984

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

Shades of Dark Cerulean #073984

Tints of Dark Cerulean #073984

Color information

#073984 (or 0x073984) is unknown color: approx Dark Cerulean. HEX triplet: 07, 39 and 84. RGB value is (7,57,132). Sum of RGB (Red+Green+Blue) = 7+57+132=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 132 (51.95% from 255 or 67.35% from 196); Max value from RGB is 132 - color contains mainly: blue. Hex color #073984 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073984 is #F8C67B. Grayscale: #323232. Windows color (decimal): -16303740 or 8665351. OLE color: 8665351.

HSL color Cylindrical-coordinate representation of color #073984: hue angle of 216º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073984 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB757132-
CMYK0.950.5700.48
HSL216º89.93%27.25%-
HSV(B)216º94.7%51.76%-
XYZ5.724.6422.42-
YUV50.6173.9496.9-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.57%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 132 (51.95% from 255) = 67.35%
R=3.57%
G=29.08%
B=67.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7571320.950.5700.4821689.9327.25
Hex739845F39030d85a1b
Octal7712041377106033013233
Binary111111001100001001011111111001011000011011000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073984; }

 p { color: rgb(7,57,132); }

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

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

 a { background-color: rgb(7,57,132); }

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

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

 span { border-color: rgb(7,57,132); }

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