Html Css Color HEX #063477 Prussian Blue

📋 copy color: '#063477'

red 6 ◦ green 52 ◦ blue 119

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

Shades of Prussian Blue #063477

Tints of Prussian Blue #063477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 67.23%

R = 3.39%
G = 29.38%
B = 67.23%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#063477 (or 0x063477) is known color: Prussian Blue. HEX triplet: 06, 34 and 77. RGB value is (6,52,119). Sum of RGB (Red+Green+Blue) = 6+52+119=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 119 (46.88% from 255 or 67.23% from 177); Max value from RGB is 119 - color contains mainly: blue. Hex color #063477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063477 is #F9CB88. Grayscale: #2D2D2D. Windows color (decimal): -16370569 or 7812102. OLE color: 7812102.

HSL color Cylindrical-coordinate representation of color #063477: hue angle of 215.58º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063477 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 52 119 -
CMYK 0.95 0.56 0 0.53
HSL 215.58º 0.9% 0.25% -
HSV(B) 215.58º 0.95% 0.47% -
XYZ 4.63 3.83 17.95 -
YUV 45.88 169.26 99.55 -
System Red Green Blue C M Y K H S L
Decimal 6 52 119 0.95 0.56 0 0.53 215.58 0.9 0.25
Hex 6 34 77 5F 38 0 35 D8 5A 19
Octal 6 64 167 137 70 0 65 330 132 31
Binary 110 110100 1110111 1011111 111000 0 110101 11011000 1011010 11001

Color Harmonies of #063477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063477

Black with #063477

Text Example


Text Example

White with #063477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063477; }

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

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

background-color css

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

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

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

border-color css

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

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

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