#074975

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

Shades of Dark Cerulean #074975

Tints of Dark Cerulean #074975

Color information

#074975 (or 0x074975) is unknown color: approx Dark Cerulean. HEX triplet: 07, 49 and 75. RGB value is (7,73,117). Sum of RGB (Red+Green+Blue) = 7+73+117=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #074975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074975 is #F8B68A. Grayscale: #3A3A3A. Windows color (decimal): -16299659 or 7686407. OLE color: 7686407.

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

Color convert

RGB773117-
CMYK0.940.3800.54
HSL204º88.71%24.31%-
HSV(B)204º94.02%45.88%-
XYZ5.686.0917.71-
YUV58.28161.1391.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.55%
GREEN value IS 73 (28.91% from 255) = 37.06%
BLUE value IS 117 (46.09% from 255) = 59.39%
R=3.55%
G=37.06%
B=59.39%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7731170.940.3800.5420488.7124.31
Hex749755E26036cc5918
Octal71111651364606631413130
Binary111100100111101011011110100110011011011001100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074975; }

 p { color: rgb(7,73,117); }

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

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

 a { background-color: rgb(7,73,117); }

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

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

 span { border-color: rgb(7,73,117); }

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