#075981

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

Shades of Dark Cerulean #075981

Tints of Dark Cerulean #075981

Color information

#075981 (or 0x075981) is unknown color: approx Dark Cerulean. HEX triplet: 07, 59 and 81. RGB value is (7,89,129). Sum of RGB (Red+Green+Blue) = 7+89+129=225 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.11% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 129 (50.78% from 255 or 57.33% from 225); Max value from RGB is 129 - color contains mainly: blue. Hex color #075981 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075981 is #F8A67E. Grayscale: #444444. Windows color (decimal): -16295551 or 8476935. OLE color: 8476935.

HSL color Cylindrical-coordinate representation of color #075981: hue angle of 199.67º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075981 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB789129-
CMYK0.950.3100.49
HSL199.67º89.71%26.67%-
HSV(B)199.67º94.57%50.59%-
XYZ7.628.7722.06-
YUV69.04161.8383.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.11%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 129 (50.78% from 255) = 57.33%
R=3.11%
G=39.56%
B=57.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7891290.950.3100.49199.6789.7126.67
Hex759815F1F031c85a1b
Octal71312011373706131013233
Binary111101100110000001101111111111011000111001000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075981; }

 p { color: rgb(7,89,129); }

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

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

 a { background-color: rgb(7,89,129); }

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

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

 span { border-color: rgb(7,89,129); }

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