Html Css Color HEX #063B71 Prussian Blue

📋 copy color: '#063B71'

red 6 ◦ green 59 ◦ blue 113

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

Shades of Prussian Blue #063B71

Tints of Prussian Blue #063B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 63.48%

R = 3.37%
G = 33.15%
B = 63.48%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#063B71 (or 0x063B71) is known color: Prussian Blue. HEX triplet: 06, 3B and 71. RGB value is (6,59,113). Sum of RGB (Red+Green+Blue) = 6+59+113=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #063B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063B71 is #F9C48E. Grayscale: #313131. Windows color (decimal): -16368783 or 7420678. OLE color: 7420678.

HSL color Cylindrical-coordinate representation of color #063B71: hue angle of 210.28º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063B71 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 59 113 -
CMYK 0.95 0.48 0 0.56
HSL 210.28º 0.9% 0.23% -
HSV(B) 210.28º 0.95% 0.44% -
XYZ 4.62 4.36 16.22 -
YUV 49.31 163.94 97.11 -
System Red Green Blue C M Y K H S L
Decimal 6 59 113 0.95 0.48 0 0.56 210.28 0.9 0.23
Hex 6 3B 71 5F 30 0 38 D2 5A 17
Octal 6 73 161 137 60 0 70 322 132 27
Binary 110 111011 1110001 1011111 110000 0 111000 11010010 1011010 10111

Color Harmonies of #063B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063B71

Black with #063B71

Text Example


Text Example

White with #063B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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