#07457A

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

Shades of Dark Cerulean #07457A

Tints of Dark Cerulean #07457A

Color information

#07457A (or 0x07457A) is unknown color: approx Dark Cerulean. HEX triplet: 07, 45 and 7A. RGB value is (7,69,122). Sum of RGB (Red+Green+Blue) = 7+69+122=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #07457A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07457A is #F8BA85. Grayscale: #383838. Windows color (decimal): -16300678 or 8013063. OLE color: 8013063.

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

Color convert

RGB769122-
CMYK0.940.4300.52
HSL207.65º89.15%25.29%-
HSV(B)207.65º94.26%47.84%-
XYZ5.735.7119.21-
YUV56.5164.9692.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.54%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 122 (48.05% from 255) = 61.62%
R=3.54%
G=34.85%
B=61.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7691220.940.4300.52207.6589.1525.29
Hex7457A5E2B034d05919
Octal71051721365306432013131
Binary111100010111110101011110101011011010011010000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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