#074F75

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

Shades of Dark Cerulean #074F75

Tints of Dark Cerulean #074F75

Color information

#074F75 (or 0x074F75) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4F and 75. RGB value is (7,79,117). Sum of RGB (Red+Green+Blue) = 7+79+117=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #074F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074F75 is #F8B08A. Grayscale: #3D3D3D. Windows color (decimal): -16298123 or 7687943. OLE color: 7687943.

HSL color Cylindrical-coordinate representation of color #074F75: hue angle of 200.73º 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 #074F75 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB779117-
CMYK0.940.3200.54
HSL200.73º88.71%24.31%-
HSV(B)200.73º94.02%45.88%-
XYZ6.096.9217.84-
YUV61.8159.1588.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.45%
GREEN value IS 79 (31.25% from 255) = 38.92%
BLUE value IS 117 (46.09% from 255) = 57.64%
R=3.45%
G=38.92%
B=57.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7791170.940.3200.54200.7388.7124.31
Hex74F755E20036c95918
Octal71171651364006631113130
Binary111100111111101011011110100000011011011001001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074F75; }

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

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

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

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

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

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

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

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