Html Css Color HEX #063B54 Prussian Blue

📋 copy color: '#063B54'

red 6 ◦ green 59 ◦ blue 84

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

Shades of Prussian Blue #063B54

Tints of Prussian Blue #063B54

RGB

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

 GREEN value IS 59 (23.44% from 255) = 39.6%

 BLUE value IS 84 (33.2% from 255) = 56.38%

R = 4.03%
G = 39.6%
B = 56.38%

CMYK

 C value IS 0.93

 M value IS 0.30

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063B54 (or 0x063B54) is known color: Prussian Blue. HEX triplet: 06, 3B and 54. RGB value is (6,59,84). Sum of RGB (Red+Green+Blue) = 6+59+84=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 59 (23.44% from 255 or 39.60% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #063B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B54 is #F9C4AB. Grayscale: #2D2D2D. Windows color (decimal): -16368812 or 5520134. OLE color: 5520134.

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

Color convert

RGB 6 59 84 -
CMYK 0.93 0.30 0 0.67
HSL 199.23º 0.87% 0.18% -
HSV(B) 199.23º 0.93% 0.33% -
XYZ 3.24 3.81 8.95 -
YUV 46 149.44 99.47 -
System Red Green Blue C M Y K H S L
Decimal 6 59 84 0.93 0.30 0 0.67 199.23 0.87 0.18
Hex 6 3B 54 5D 1E 0 43 C7 57 12
Octal 6 73 124 135 36 0 103 307 127 22
Binary 110 111011 1010100 1011101 11110 0 1000011 11000111 1010111 10010

Color Harmonies of #063B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063B54

Black with #063B54

Text Example


Text Example

White with #063B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063B54; }

 p { color: rgb(6,59,84); }

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

background-color css

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

 a { background-color: rgb(6,59,84); }

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

border-color css

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

 span { border-color: rgb(6,59,84); }

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