#075074

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

Shades of Dark Cerulean #075074

Tints of Dark Cerulean #075074

Color information

#075074 (or 0x075074) is unknown color: approx Dark Cerulean. HEX triplet: 07, 50 and 74. RGB value is (7,80,116). Sum of RGB (Red+Green+Blue) = 7+80+116=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #075074 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075074 is #F8AF8B. Grayscale: #3E3E3E. Windows color (decimal): -16297868 or 7622663. OLE color: 7622663.

HSL color Cylindrical-coordinate representation of color #075074: hue angle of 199.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075074 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB780116-
CMYK0.940.3100.55
HSL199.82º88.62%24.12%-
HSV(B)199.82º93.97%45.49%-
XYZ6.117.0417.56-
YUV62.28158.3288.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.45%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 116 (45.70% from 255) = 57.14%
R=3.45%
G=39.41%
B=57.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7801160.940.3100.55199.8288.6224.12
Hex750745E1F037c85918
Octal71201641363706731013130
Binary11110100001110100101111011111011011111001000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075074; }

 p { color: rgb(7,80,116); }

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

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

 a { background-color: rgb(7,80,116); }

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

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

 span { border-color: rgb(7,80,116); }

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