#074382

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

Shades of Dark Cerulean #074382

Tints of Dark Cerulean #074382

Color information

#074382 (or 0x074382) is unknown color: approx Dark Cerulean. HEX triplet: 07, 43 and 82. RGB value is (7,67,130). Sum of RGB (Red+Green+Blue) = 7+67+130=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 130 (51.17% from 255 or 63.73% from 204); Max value from RGB is 130 - color contains mainly: blue. Hex color #074382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074382 is #F8BC7D. Grayscale: #373737. Windows color (decimal): -16301182 or 8536839. OLE color: 8536839.

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

Color convert

RGB767130-
CMYK0.950.4800.49
HSL210.73º89.78%26.86%-
HSV(B)210.73º94.62%50.98%-
XYZ6.125.6721.89-
YUV56.24169.6292.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.43%
GREEN value IS 67 (26.56% from 255) = 32.84%
BLUE value IS 130 (51.17% from 255) = 63.73%
R=3.43%
G=32.84%
B=63.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7671300.950.4800.49210.7389.7826.86
Hex743825F30031d35a1b
Octal71032021376006132313233
Binary1111000011100000101011111110000011000111010011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074382; }

 p { color: rgb(7,67,130); }

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

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

 a { background-color: rgb(7,67,130); }

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

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

 span { border-color: rgb(7,67,130); }

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