#07557A

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

Shades of Dark Cerulean #07557A

Tints of Dark Cerulean #07557A

Color information

#07557A (or 0x07557A) is unknown color: approx Dark Cerulean. HEX triplet: 07, 55 and 7A. RGB value is (7,85,122). Sum of RGB (Red+Green+Blue) = 7+85+122=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #07557A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07557A is #F8AA85. Grayscale: #414141. Windows color (decimal): -16296582 or 8017159. OLE color: 8017159.

HSL color Cylindrical-coordinate representation of color #07557A: hue angle of 199.3º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07557A is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB785122-
CMYK0.940.3000.52
HSL199.3º89.15%25.29%-
HSV(B)199.3º94.26%47.84%-
XYZ6.857.9519.59-
YUV65.9159.6685.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.27%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 122 (48.05% from 255) = 57.01%
R=3.27%
G=39.72%
B=57.01%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7851220.940.3000.52199.389.1525.29
Hex7557A5E1E034c75919
Octal71251721363606430713131
Binary11110101011111010101111011110011010011000111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07557A; }

 p { color: rgb(7,85,122); }

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

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

 a { background-color: rgb(7,85,122); }

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

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

 span { border-color: rgb(7,85,122); }

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