#07467A

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

Shades of Dark Cerulean #07467A

Tints of Dark Cerulean #07467A

Color information

#07467A (or 0x07467A) is unknown color: approx Dark Cerulean. HEX triplet: 07, 46 and 7A. RGB value is (7,70,122). Sum of RGB (Red+Green+Blue) = 7+70+122=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 122 (48.05% from 255 or 61.31% from 199); Max value from RGB is 122 - color contains mainly: blue. Hex color #07467A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07467A is #F8B985. Grayscale: #383838. Windows color (decimal): -16300422 or 8013319. OLE color: 8013319.

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

Color convert

RGB770122-
CMYK0.940.4300.52
HSL207.13º89.15%25.29%-
HSV(B)207.13º94.26%47.84%-
XYZ5.795.8319.23-
YUV57.09164.6392.27-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.52%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 122 (48.05% from 255) = 61.31%
R=3.52%
G=35.18%
B=61.31%

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
Decimal7701220.940.4300.52207.1389.1525.29
Hex7467A5E2B034cf5919
Octal71061721365306431713131
Binary111100011011110101011110101011011010011001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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