Html Css Color HEX #013B63 Prussian Blue

📋 copy color: '#013B63'

red 1 ◦ green 59 ◦ blue 99

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

Shades of Prussian Blue #013B63

Tints of Prussian Blue #013B63

RGB

 RED value IS 1 (0.78% from 255) = 0.63%

 GREEN value IS 59 (23.44% from 255) = 37.11%

 BLUE value IS 99 (39.06% from 255) = 62.26%

R = 0.63%
G = 37.11%
B = 62.26%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#013B63 (or 0x013B63) is known color: Prussian Blue. HEX triplet: 01, 3B and 63. RGB value is (1,59,99). Sum of RGB (Red+Green+Blue) = 1+59+99=159 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #013B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B63 is #FEC49C. Grayscale: #2D2D2D. Windows color (decimal): -16696477 or 6503169. OLE color: 6503169.

HSL color Cylindrical-coordinate representation of color #013B63: hue angle of 204.49º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013B63 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 59 99 -
CMYK 0.99 0.40 0 0.61
HSL 204.49º 0.98% 0.2% -
HSV(B) 204.49º 0.99% 0.39% -
XYZ 3.83 4.04 12.38 -
YUV 46.22 157.78 95.75 -
System Red Green Blue C M Y K H S L
Decimal 1 59 99 0.99 0.40 0 0.61 204.49 0.98 0.2
Hex 1 3B 63 63 28 0 3D CC 62 14
Octal 1 73 143 143 50 0 75 314 142 24
Binary 1 111011 1100011 1100011 101000 0 111101 11001100 1100010 10100

Color Harmonies of #013B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B63

Black with #013B63

Text Example


Text Example

White with #013B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013B63; }

 p { color: rgb(1,59,99); }

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

background-color css

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

 a { background-color: rgb(1,59,99); }

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

border-color css

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

 span { border-color: rgb(1,59,99); }

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