#06347D

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

Shades of Dark Cerulean #06347D

Tints of Dark Cerulean #06347D

Color information

#06347D (or 0x06347D) is unknown color: approx Dark Cerulean. HEX triplet: 06, 34 and 7D. RGB value is (6,52,125). Sum of RGB (Red+Green+Blue) = 6+52+125=183 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.28% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #06347D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06347D is #F9CB82. Grayscale: #2E2E2E. Windows color (decimal): -16370563 or 8205318. OLE color: 8205318.

HSL color Cylindrical-coordinate representation of color #06347D: hue angle of 216.81º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06347D is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB652125-
CMYK0.950.5800.51
HSL216.81º90.84%25.69%-
HSV(B)216.81º95.2%49.02%-
XYZ53.9819.91-
YUV46.57172.2699.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.28%
GREEN value IS 52 (20.70% from 255) = 28.42%
BLUE value IS 125 (49.22% from 255) = 68.31%
R=3.28%
G=28.42%
B=68.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6521250.950.5800.51216.8190.8425.69
Hex6347D5F3A033d95b1a
Octal6641751377206333113332
Binary11011010011111011011111111010011001111011001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06347D; }

 p { color: rgb(6,52,125); }

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

<style>
 a { background-color: #06347D; }

 a { background-color: rgb(6,52,125); }

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

<style>
 span { border-color: #06347D; }

 span { border-color: rgb(6,52,125); }

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