Html Css Color HEX #063251 Prussian Blue

📋 copy color: '#063251'

red 6 ◦ green 50 ◦ blue 81

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

Shades of Prussian Blue #063251

Tints of Prussian Blue #063251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 59.12%

R = 4.38%
G = 36.5%
B = 59.12%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#063251 (or 0x063251) is known color: Prussian Blue. HEX triplet: 06, 32 and 51. RGB value is (6,50,81). Sum of RGB (Red+Green+Blue) = 6+50+81=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #063251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063251 is #F9CDAE. Grayscale: #282828. Windows color (decimal): -16371119 or 5321222. OLE color: 5321222.

HSL color Cylindrical-coordinate representation of color #063251: hue angle of 204.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063251 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 50 81 -
CMYK 0.93 0.38 0 0.68
HSL 204.8º 0.86% 0.17% -
HSV(B) 204.8º 0.93% 0.32% -
XYZ 2.7 2.91 8.2 -
YUV 40.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 6 50 81 0.93 0.38 0 0.68 204.8 0.86 0.17
Hex 6 32 51 5D 26 0 44 CD 56 11
Octal 6 62 121 135 46 0 104 315 126 21
Binary 110 110010 1010001 1011101 100110 0 1000100 11001101 1010110 10001

Color Harmonies of #063251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063251

Black with #063251

Text Example


Text Example

White with #063251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063251; }

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

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

background-color css

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

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

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

border-color css

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

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

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