#07547A

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

Shades of Dark Cerulean #07547A

Tints of Dark Cerulean #07547A

Color information

#07547A (or 0x07547A) is unknown color: approx Dark Cerulean. HEX triplet: 07, 54 and 7A. RGB value is (7,84,122). Sum of RGB (Red+Green+Blue) = 7+84+122=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #07547A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07547A is #F8AB85. Grayscale: #414141. Windows color (decimal): -16296838 or 8016903. OLE color: 8016903.

HSL color Cylindrical-coordinate representation of color #07547A: hue angle of 199.83º 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 #07547A is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB784122-
CMYK0.940.3100.52
HSL199.83º89.15%25.29%-
HSV(B)199.83º94.26%47.84%-
XYZ6.777.7919.56-
YUV65.31159.9986.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.29%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=3.29%
G=39.44%
B=57.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7841220.940.3100.52199.8389.1525.29
Hex7547A5E1F034c85919
Octal71241721363706431013131
Binary11110101001111010101111011111011010011001000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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