Html Css Color HEX #063279 Prussian Blue

📋 copy color: '#063279'

red 6 ◦ green 50 ◦ blue 121

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

Shades of Prussian Blue #063279

Tints of Prussian Blue #063279

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.25%

 BLUE value IS 121 (47.66% from 255) = 68.36%

R = 3.39%
G = 28.25%
B = 68.36%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#063279 (or 0x063279) is known color: Prussian Blue. HEX triplet: 06, 32 and 79. RGB value is (6,50,121). Sum of RGB (Red+Green+Blue) = 6+50+121=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 121 (47.66% from 255 or 68.36% from 177); Max value from RGB is 121 - color contains mainly: blue. Hex color #063279 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063279 is #F9CD86. Grayscale: #2C2C2C. Windows color (decimal): -16371079 or 7942662. OLE color: 7942662.

HSL color Cylindrical-coordinate representation of color #063279: hue angle of 217.04º degrees, saturation: 0.91, 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 #063279 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 50 121 -
CMYK 0.95 0.59 0 0.53
HSL 217.04º 0.91% 0.25% -
HSV(B) 217.04º 0.95% 0.47% -
XYZ 4.67 3.7 18.56 -
YUV 44.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 6 50 121 0.95 0.59 0 0.53 217.04 0.91 0.25
Hex 6 32 79 5F 3B 0 35 D9 5B 19
Octal 6 62 171 137 73 0 65 331 133 31
Binary 110 110010 1111001 1011111 111011 0 110101 11011001 1011011 11001

Color Harmonies of #063279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063279

Black with #063279

Text Example


Text Example

White with #063279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063279; }

 p { color: rgb(6,50,121); }

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

background-color css

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

 a { background-color: rgb(6,50,121); }

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

border-color css

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

 span { border-color: rgb(6,50,121); }

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