#075174

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

Shades of Dark Cerulean #075174

Tints of Dark Cerulean #075174

Color information

#075174 (or 0x075174) is unknown color: approx Dark Cerulean. HEX triplet: 07, 51 and 74. RGB value is (7,81,116). Sum of RGB (Red+Green+Blue) = 7+81+116=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #075174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075174 is #F8AE8B. Grayscale: #3E3E3E. Windows color (decimal): -16297612 or 7622919. OLE color: 7622919.

HSL color Cylindrical-coordinate representation of color #075174: hue angle of 199.27º 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 #075174 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB781116-
CMYK0.940.3000.55
HSL199.27º88.62%24.12%-
HSV(B)199.27º93.97%45.49%-
XYZ6.187.1917.59-
YUV62.86157.9888.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.43%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 116 (45.70% from 255) = 56.86%
R=3.43%
G=39.71%
B=56.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7811160.940.3000.55199.2788.6224.12
Hex751745E1E037c75918
Octal71211641363606730713130
Binary11110100011110100101111011110011011111000111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075174; }

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

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

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

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

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

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

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

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