#075184

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

Shades of Dark Cerulean #075184

Tints of Dark Cerulean #075184

Color information

#075184 (or 0x075184) is unknown color: approx Dark Cerulean. HEX triplet: 07, 51 and 84. RGB value is (7,81,132). Sum of RGB (Red+Green+Blue) = 7+81+132=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 81 (32.03% from 255 or 36.82% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #075184 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075184 is #F8AE7B. Grayscale: #404040. Windows color (decimal): -16297596 or 8671495. OLE color: 8671495.

HSL color Cylindrical-coordinate representation of color #075184: hue angle of 204.48º 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 #075184 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB781132-
CMYK0.950.3900.48
HSL204.48º89.93%27.25%-
HSV(B)204.48º94.7%51.76%-
XYZ7.197.622.92-
YUV64.69165.9886.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.18%
GREEN value IS 81 (32.03% from 255) = 36.82%
BLUE value IS 132 (51.95% from 255) = 60%
R=3.18%
G=36.82%
B=60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7811320.950.3900.48204.4889.9327.25
Hex751845F27030cc5a1b
Octal71212041374706031413233
Binary1111010001100001001011111100111011000011001100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075184; }

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

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

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

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

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

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

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

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