#075392

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

Shades of Dark Cerulean #075392

Tints of Dark Cerulean #075392

Color information

#075392 (or 0x075392) is unknown color: approx Dark Cerulean. HEX triplet: 07, 53 and 92. RGB value is (7,83,146). Sum of RGB (Red+Green+Blue) = 7+83+146=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #075392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075392 is #F8AC6D. Grayscale: #434343. Windows color (decimal): -16297070 or 9589511. OLE color: 9589511.

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

Color convert

RGB783146-
CMYK0.950.4300.43
HSL207.19º90.85%30%-
HSV(B)207.19º95.21%57.25%-
XYZ8.378.3128.36-
YUV67.46172.3284.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.97%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 146 (57.42% from 255) = 61.86%
R=2.97%
G=35.17%
B=61.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7831460.950.4300.43207.1990.8530
Hex753925F2B02Bcf5b1e
Octal71232221375305331713336
Binary1111010011100100101011111101011010101111001111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075392; }

 p { color: rgb(7,83,146); }

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

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

 a { background-color: rgb(7,83,146); }

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

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

 span { border-color: rgb(7,83,146); }

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