#075278

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

Shades of Dark Cerulean #075278

Tints of Dark Cerulean #075278

Color information

#075278 (or 0x075278) is unknown color: approx Dark Cerulean. HEX triplet: 07, 52 and 78. RGB value is (7,82,120). Sum of RGB (Red+Green+Blue) = 7+82+120=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #075278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075278 is #F8AD87. Grayscale: #3F3F3F. Windows color (decimal): -16297352 or 7885319. OLE color: 7885319.

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

Color convert

RGB782120-
CMYK0.940.3200.53
HSL200.18º88.98%24.9%-
HSV(B)200.18º94.17%47.06%-
XYZ6.57.4418.86-
YUV63.91159.6587.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.35%
GREEN value IS 82 (32.42% from 255) = 39.23%
BLUE value IS 120 (47.27% from 255) = 57.42%
R=3.35%
G=39.23%
B=57.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7821200.940.3200.53200.1888.9824.9
Hex752785E20035c85919
Octal71221701364006531013131
Binary111101001011110001011110100000011010111001000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075278; }

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

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

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

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

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

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

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

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