#075078

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

Shades of Dark Cerulean #075078

Tints of Dark Cerulean #075078

Color information

#075078 (or 0x075078) is unknown color: approx Dark Cerulean. HEX triplet: 07, 50 and 78. RGB value is (7,80,120). Sum of RGB (Red+Green+Blue) = 7+80+120=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #075078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075078 is #F8AF87. Grayscale: #3E3E3E. Windows color (decimal): -16297864 or 7884807. OLE color: 7884807.

HSL color Cylindrical-coordinate representation of color #075078: hue angle of 201.24º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075078 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB780120-
CMYK0.940.3300.53
HSL201.24º88.98%24.9%-
HSV(B)201.24º94.17%47.06%-
XYZ6.357.1418.81-
YUV62.73160.3288.25-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 120 (47.27% from 255) = 57.97%
R=3.38%
G=38.65%
B=57.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7801200.940.3300.53201.2488.9824.9
Hex750785E21035c95919
Octal71201701364106531113131
Binary111101000011110001011110100001011010111001001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075078; }

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

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

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

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

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

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

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

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