Html Css Color HEX #063952 Prussian Blue

📋 copy color: '#063952'

red 6 ◦ green 57 ◦ blue 82

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

Shades of Prussian Blue #063952

Tints of Prussian Blue #063952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.31%

 BLUE value IS 82 (32.42% from 255) = 56.55%

R = 4.14%
G = 39.31%
B = 56.55%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#063952 (or 0x063952) is known color: Prussian Blue. HEX triplet: 06, 39 and 52. RGB value is (6,57,82). Sum of RGB (Red+Green+Blue) = 6+57+82=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 82 (32.42% from 255 or 56.55% from 145); Max value from RGB is 82 - color contains mainly: blue. Hex color #063952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063952 is #F9C6AD. Grayscale: #2C2C2C. Windows color (decimal): -16369326 or 5388550. OLE color: 5388550.

HSL color Cylindrical-coordinate representation of color #063952: hue angle of 199.74º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063952 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 57 82 -
CMYK 0.93 0.30 0 0.68
HSL 199.74º 0.86% 0.17% -
HSV(B) 199.74º 0.93% 0.32% -
XYZ 3.06 3.57 8.51 -
YUV 44.6 149.1 100.47 -
System Red Green Blue C M Y K H S L
Decimal 6 57 82 0.93 0.30 0 0.68 199.74 0.86 0.17
Hex 6 39 52 5D 1E 0 44 C8 56 11
Octal 6 71 122 135 36 0 104 310 126 21
Binary 110 111001 1010010 1011101 11110 0 1000100 11001000 1010110 10001

Color Harmonies of #063952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063952

Black with #063952

Text Example


Text Example

White with #063952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063952; }

 p { color: rgb(6,57,82); }

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

background-color css

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

 a { background-color: rgb(6,57,82); }

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

border-color css

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

 span { border-color: rgb(6,57,82); }

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