#07347B

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

Shades of Dark Cerulean #07347B

Tints of Dark Cerulean #07347B

Color information

#07347B (or 0x07347B) is unknown color: approx Dark Cerulean. HEX triplet: 07, 34 and 7B. RGB value is (7,52,123). Sum of RGB (Red+Green+Blue) = 7+52+123=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 123 (48.44% from 255 or 67.58% from 182); Max value from RGB is 123 - color contains mainly: blue. Hex color #07347B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07347B is #F8CB84. Grayscale: #2E2E2E. Windows color (decimal): -16305029 or 8074247. OLE color: 8074247.

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

Color convert

RGB752123-
CMYK0.940.5800.52
HSL216.72º89.23%25.49%-
HSV(B)216.72º94.31%48.24%-
XYZ4.893.9319.24-
YUV46.64171.0999.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 123 (48.44% from 255) = 67.58%
R=3.85%
G=28.57%
B=67.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7521230.940.5800.52216.7289.2325.49
Hex7347B5E3A034d95919
Octal7641731367206433113131
Binary11111010011110111011110111010011010011011001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07347B; }

 p { color: rgb(7,52,123); }

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

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

 a { background-color: rgb(7,52,123); }

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

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

 span { border-color: rgb(7,52,123); }

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