Html Css Color HEX #06347D Dark Cerulean

📋 copy color: '#06347D'

red 6 ◦ green 52 ◦ blue 125

#06347D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #06347D

Tints of Dark Cerulean #06347D

RGB

 RED value IS 6 (2.73% from 255) = 3.28%

 GREEN value IS 52 (20.7% 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 value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06347D (or 0x06347D) is known color: 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

RGB 6 52 125 -
CMYK 0.95 0.58 0 0.51
HSL 216.81º 0.91% 0.26% -
HSV(B) 216.81º 0.95% 0.49% -
XYZ 5 3.98 19.91 -
YUV 46.57 172.26 99.06 -
System Red Green Blue C M Y K H S L
Decimal 6 52 125 0.95 0.58 0 0.51 216.81 0.91 0.26
Hex 6 34 7D 5F 3A 0 33 D9 5B 1A
Octal 6 64 175 137 72 0 63 331 133 32
Binary 110 110100 1111101 1011111 111010 0 110011 11011001 1011011 11010

Color Harmonies of #06347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06347D

Black with #06347D

Text Example


Text Example

White with #06347D

Text Example


Text Example

HTML Codes & Css Web 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>