Html Css Color HEX #063553 Prussian Blue

📋 copy color: '#063553'

red 6 ◦ green 53 ◦ blue 83

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

Shades of Prussian Blue #063553

Tints of Prussian Blue #063553

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.32%

 BLUE value IS 83 (32.81% from 255) = 58.45%

R = 4.23%
G = 37.32%
B = 58.45%

CMYK

 C value IS 0.93

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063553 (or 0x063553) is known color: Prussian Blue. HEX triplet: 06, 35 and 53. RGB value is (6,53,83). Sum of RGB (Red+Green+Blue) = 6+53+83=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #063553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063553 is #F9CAAC. Grayscale: #2A2A2A. Windows color (decimal): -16370349 or 5453062. OLE color: 5453062.

HSL color Cylindrical-coordinate representation of color #063553: hue angle of 203.38º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063553 is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 53 83 -
CMYK 0.93 0.36 0 0.67
HSL 203.38º 0.87% 0.17% -
HSV(B) 203.38º 0.93% 0.33% -
XYZ 2.91 3.21 8.65 -
YUV 42.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 6 53 83 0.93 0.36 0 0.67 203.38 0.87 0.17
Hex 6 35 53 5D 24 0 43 CB 57 11
Octal 6 65 123 135 44 0 103 313 127 21
Binary 110 110101 1010011 1011101 100100 0 1000011 11001011 1010111 10001

Color Harmonies of #063553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063553

Black with #063553

Text Example


Text Example

White with #063553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063553; }

 p { color: rgb(6,53,83); }

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

background-color css

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

 a { background-color: rgb(6,53,83); }

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

border-color css

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

 span { border-color: rgb(6,53,83); }

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