#075374

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

Shades of Dark Cerulean #075374

Tints of Dark Cerulean #075374

Color information

#075374 (or 0x075374) is unknown color: approx Dark Cerulean. HEX triplet: 07, 53 and 74. RGB value is (7,83,116). Sum of RGB (Red+Green+Blue) = 7+83+116=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #075374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075374 is #F8AC8B. Grayscale: #3F3F3F. Windows color (decimal): -16297100 or 7623431. OLE color: 7623431.

HSL color Cylindrical-coordinate representation of color #075374: hue angle of 198.17º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075374 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB783116-
CMYK0.940.2800.55
HSL198.17º88.62%24.12%-
HSV(B)198.17º93.97%45.49%-
XYZ6.337.4917.64-
YUV64.04157.3287.32-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.40%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 116 (45.70% from 255) = 56.31%
R=3.40%
G=40.29%
B=56.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7831160.940.2800.55198.1788.6224.12
Hex753745E1C037c65918
Octal71231641363406730613130
Binary11110100111110100101111011100011011111000110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075374; }

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

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

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

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

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

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

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

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