Html Css Color HEX #063175 Prussian Blue

📋 copy color: '#063175'

red 6 ◦ green 49 ◦ blue 117

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

Shades of Prussian Blue #063175

Tints of Prussian Blue #063175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.49%

 BLUE value IS 117 (46.09% from 255) = 68.02%

R = 3.49%
G = 28.49%
B = 68.02%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#063175 (or 0x063175) is known color: Prussian Blue. HEX triplet: 06, 31 and 75. RGB value is (6,49,117). Sum of RGB (Red+Green+Blue) = 6+49+117=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #063175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063175 is #F9CE8A. Grayscale: #2B2B2B. Windows color (decimal): -16371339 or 7680262. OLE color: 7680262.

HSL color Cylindrical-coordinate representation of color #063175: hue angle of 216.76º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #063175 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 49 117 -
CMYK 0.95 0.58 0 0.54
HSL 216.76º 0.9% 0.24% -
HSV(B) 216.76º 0.95% 0.46% -
XYZ 4.38 3.52 17.28 -
YUV 43.9 169.25 100.97 -
System Red Green Blue C M Y K H S L
Decimal 6 49 117 0.95 0.58 0 0.54 216.76 0.9 0.24
Hex 6 31 75 5F 3A 0 36 D9 5A 18
Octal 6 61 165 137 72 0 66 331 132 30
Binary 110 110001 1110101 1011111 111010 0 110110 11011001 1011010 11000

Color Harmonies of #063175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063175

Black with #063175

Text Example


Text Example

White with #063175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063175; }

 p { color: rgb(6,49,117); }

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

background-color css

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

 a { background-color: rgb(6,49,117); }

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

border-color css

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

 span { border-color: rgb(6,49,117); }

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