Html Css Color HEX #06347F Dark Cerulean

📋 copy color: '#06347F'

red 6 ◦ green 52 ◦ blue 127

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

Shades of Dark Cerulean #06347F

Tints of Dark Cerulean #06347F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.11%

 BLUE value IS 127 (50% from 255) = 68.65%

R = 3.24%
G = 28.11%
B = 68.65%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#06347F (or 0x06347F) is known color: Dark Cerulean. HEX triplet: 06, 34 and 7F. RGB value is (6,52,127). Sum of RGB (Red+Green+Blue) = 6+52+127=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #06347F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06347F is #F9CB80. Grayscale: #2E2E2E. Windows color (decimal): -16370561 or 8336390. OLE color: 8336390.

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

Color convert

RGB 6 52 127 -
CMYK 0.95 0.59 0 0.50
HSL 217.19º 0.91% 0.26% -
HSV(B) 217.19º 0.95% 0.5% -
XYZ 5.13 4.03 20.59 -
YUV 46.8 173.26 98.9 -
System Red Green Blue C M Y K H S L
Decimal 6 52 127 0.95 0.59 0 0.50 217.19 0.91 0.26
Hex 6 34 7F 5F 3B 0 32 D9 5B 1A
Octal 6 64 177 137 73 0 62 331 133 32
Binary 110 110100 1111111 1011111 111011 0 110010 11011001 1011011 11010

Color Harmonies of #06347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06347F

Black with #06347F

Text Example


Text Example

White with #06347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06347F;
 }
 .AnyTagClassName
 {
   color: #06347F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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