#075693

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

Shades of Dark Cerulean #075693

Tints of Dark Cerulean #075693

Color information

#075693 (or 0x075693) is unknown color: approx Dark Cerulean. HEX triplet: 07, 56 and 93. RGB value is (7,86,147). Sum of RGB (Red+Green+Blue) = 7+86+147=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #075693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075693 is #F8A96C. Grayscale: #454545. Windows color (decimal): -16296301 or 9655815. OLE color: 9655815.

HSL color Cylindrical-coordinate representation of color #075693: hue angle of 206.14º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075693 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB786147-
CMYK0.950.4100.42
HSL206.14º90.91%30.2%-
HSV(B)206.14º95.24%57.65%-
XYZ8.688.8128.85-
YUV69.33171.8383.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.92%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 147 (57.81% from 255) = 61.25%
R=2.92%
G=35.83%
B=61.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7861470.950.4100.42206.1490.9130.2
Hex756935F2902Ace5b1e
Octal71262231375105231613336
Binary1111010110100100111011111101001010101011001110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075693; }

 p { color: rgb(7,86,147); }

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

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

 a { background-color: rgb(7,86,147); }

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

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

 span { border-color: rgb(7,86,147); }

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