#075C8E

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

Shades of Dark Cerulean #075C8E

Tints of Dark Cerulean #075C8E

Color information

#075C8E (or 0x075C8E) is unknown color: approx Dark Cerulean. HEX triplet: 07, 5C and 8E. RGB value is (7,92,142). Sum of RGB (Red+Green+Blue) = 7+92+142=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #075C8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075C8E is #F8A371. Grayscale: #484848. Windows color (decimal): -16294770 or 9329671. OLE color: 9329671.

HSL color Cylindrical-coordinate representation of color #075C8E: hue angle of 202.22º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075C8E is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB792142-
CMYK0.950.3500.44
HSL202.22º90.6%29.22%-
HSV(B)202.22º95.07%55.69%-
XYZ8.89.6526.99-
YUV72.28167.3481.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.90%
GREEN value IS 92 (36.33% from 255) = 38.17%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=2.90%
G=38.17%
B=58.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7921420.950.3500.44202.2290.629.22
Hex75C8E5F2302Cca5b1d
Octal71342161374305431213335
Binary1111011100100011101011111100011010110011001010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075C8E; }

 p { color: rgb(7,92,142); }

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

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

 a { background-color: rgb(7,92,142); }

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

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

 span { border-color: rgb(7,92,142); }

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