#075375

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

Shades of Dark Cerulean #075375

Tints of Dark Cerulean #075375

Color information

#075375 (or 0x075375) is unknown color: approx Dark Cerulean. HEX triplet: 07, 53 and 75. RGB value is (7,83,117). Sum of RGB (Red+Green+Blue) = 7+83+117=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #075375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075375 is #F8AC8A. Grayscale: #3F3F3F. Windows color (decimal): -16297099 or 7688967. OLE color: 7688967.

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

Color convert

RGB783117-
CMYK0.940.2900.54
HSL198.55º88.71%24.31%-
HSV(B)198.55º94.02%45.88%-
XYZ6.397.5217.94-
YUV64.15157.8287.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=3.38%
G=40.10%
B=56.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7831170.940.2900.54198.5588.7124.31
Hex753755E1D036c75918
Octal71231651363506630713130
Binary11110100111110101101111011101011011011000111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075375; }

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

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

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

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

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

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

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

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