Html Css Color HEX #063257 Prussian Blue

📋 copy color: '#063257'

red 6 ◦ green 50 ◦ blue 87

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

Shades of Prussian Blue #063257

Tints of Prussian Blue #063257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 60.84%

R = 4.2%
G = 34.97%
B = 60.84%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#063257 (or 0x063257) is known color: Prussian Blue. HEX triplet: 06, 32 and 57. RGB value is (6,50,87). Sum of RGB (Red+Green+Blue) = 6+50+87=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #063257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063257 is #F9CDA8. Grayscale: #282828. Windows color (decimal): -16371113 or 5714438. OLE color: 5714438.

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

Color convert

RGB 6 50 87 -
CMYK 0.93 0.43 0 0.66
HSL 207.41º 0.87% 0.18% -
HSV(B) 207.41º 0.93% 0.34% -
XYZ 2.94 3.01 9.44 -
YUV 41.06 153.92 102.99 -
System Red Green Blue C M Y K H S L
Decimal 6 50 87 0.93 0.43 0 0.66 207.41 0.87 0.18
Hex 6 32 57 5D 2B 0 42 CF 57 12
Octal 6 62 127 135 53 0 102 317 127 22
Binary 110 110010 1010111 1011101 101011 0 1000010 11001111 1010111 10010

Color Harmonies of #063257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063257

Black with #063257

Text Example


Text Example

White with #063257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063257; }

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

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

background-color css

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

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

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

border-color css

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

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

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