Html Css Color HEX #063255 Prussian Blue

📋 copy color: '#063255'

red 6 ◦ green 50 ◦ blue 85

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

Shades of Prussian Blue #063255

Tints of Prussian Blue #063255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 60.28%

R = 4.26%
G = 35.46%
B = 60.28%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#063255 (or 0x063255) is known color: Prussian Blue. HEX triplet: 06, 32 and 55. RGB value is (6,50,85). Sum of RGB (Red+Green+Blue) = 6+50+85=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #063255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063255 is #F9CDAA. Grayscale: #282828. Windows color (decimal): -16371115 or 5583366. OLE color: 5583366.

HSL color Cylindrical-coordinate representation of color #063255: hue angle of 206.58º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #063255 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 50 85 -
CMYK 0.93 0.41 0 0.67
HSL 206.58º 0.87% 0.18% -
HSV(B) 206.58º 0.93% 0.33% -
XYZ 2.86 2.98 9.02 -
YUV 40.83 152.92 103.15 -
System Red Green Blue C M Y K H S L
Decimal 6 50 85 0.93 0.41 0 0.67 206.58 0.87 0.18
Hex 6 32 55 5D 29 0 43 CF 57 12
Octal 6 62 125 135 51 0 103 317 127 22
Binary 110 110010 1010101 1011101 101001 0 1000011 11001111 1010111 10010

Color Harmonies of #063255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063255

Black with #063255

Text Example


Text Example

White with #063255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063255; }

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

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

background-color css

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

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

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

border-color css

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

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

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