Html Css Color HEX #063275 Prussian Blue

📋 copy color: '#063275'

red 6 ◦ green 50 ◦ blue 117

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

Shades of Prussian Blue #063275

Tints of Prussian Blue #063275

RGB

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

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

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

R = 3.47%
G = 28.9%
B = 67.63%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#063275 (or 0x063275) is known color: Prussian Blue. HEX triplet: 06, 32 and 75. RGB value is (6,50,117). Sum of RGB (Red+Green+Blue) = 6+50+117=173 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.47% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #063275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063275 is #F9CD8A. Grayscale: #2C2C2C. Windows color (decimal): -16371083 or 7680518. OLE color: 7680518.

HSL color Cylindrical-coordinate representation of color #063275: hue angle of 216.22º 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 #063275 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 50 117 -
CMYK 0.95 0.57 0 0.54
HSL 216.22º 0.9% 0.24% -
HSV(B) 216.22º 0.95% 0.46% -
XYZ 4.43 3.6 17.29 -
YUV 44.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 6 50 117 0.95 0.57 0 0.54 216.22 0.9 0.24
Hex 6 32 75 5F 39 0 36 D8 5A 18
Octal 6 62 165 137 71 0 66 330 132 30
Binary 110 110010 1110101 1011111 111001 0 110110 11011000 1011010 11000

Color Harmonies of #063275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063275

Black with #063275

Text Example


Text Example

White with #063275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063275; }

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

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

background-color css

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

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

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

border-color css

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

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

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