Html Css Color HEX #063250 Prussian Blue

📋 copy color: '#063250'

red 6 ◦ green 50 ◦ blue 80

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

Shades of Prussian Blue #063250

Tints of Prussian Blue #063250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 58.82%

R = 4.41%
G = 36.76%
B = 58.82%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#063250 (or 0x063250) is known color: Prussian Blue. HEX triplet: 06, 32 and 50. RGB value is (6,50,80). Sum of RGB (Red+Green+Blue) = 6+50+80=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #063250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063250 is #F9CDAF. Grayscale: #282828. Windows color (decimal): -16371120 or 5255686. OLE color: 5255686.

HSL color Cylindrical-coordinate representation of color #063250: hue angle of 204.32º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063250 is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 50 80 -
CMYK 0.92 0.37 0 0.69
HSL 204.32º 0.86% 0.17% -
HSV(B) 204.32º 0.93% 0.31% -
XYZ 2.66 2.9 8.01 -
YUV 40.26 150.42 103.56 -
System Red Green Blue C M Y K H S L
Decimal 6 50 80 0.92 0.37 0 0.69 204.32 0.86 0.17
Hex 6 32 50 5C 25 0 45 CC 56 11
Octal 6 62 120 134 45 0 105 314 126 21
Binary 110 110010 1010000 1011100 100101 0 1000101 11001100 1010110 10001

Color Harmonies of #063250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063250

Black with #063250

Text Example


Text Example

White with #063250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063250; }

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

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

background-color css

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

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

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

border-color css

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

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

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