Html Css Color HEX #013964 Prussian Blue

📋 copy color: '#013964'

red 1 ◦ green 57 ◦ blue 100

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

Shades of Prussian Blue #013964

Tints of Prussian Blue #013964

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.08%

 BLUE value IS 100 (39.45% from 255) = 63.29%

R = 0.63%
G = 36.08%
B = 63.29%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#013964 (or 0x013964) is known color: Prussian Blue. HEX triplet: 01, 39 and 64. RGB value is (1,57,100). Sum of RGB (Red+Green+Blue) = 1+57+100=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 100 (39.45% from 255 or 63.29% from 158); Max value from RGB is 100 - color contains mainly: blue. Hex color #013964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013964 is #FEC69B. Grayscale: #2C2C2C. Windows color (decimal): -16696988 or 6568193. OLE color: 6568193.

HSL color Cylindrical-coordinate representation of color #013964: hue angle of 206.06º 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 #013964 is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 57 100 -
CMYK 0.99 0.43 0 0.61
HSL 206.06º 0.98% 0.2% -
HSV(B) 206.06º 0.99% 0.39% -
XYZ 3.78 3.85 12.6 -
YUV 45.16 158.95 96.5 -
System Red Green Blue C M Y K H S L
Decimal 1 57 100 0.99 0.43 0 0.61 206.06 0.98 0.2
Hex 1 39 64 63 2B 0 3D CE 62 14
Octal 1 71 144 143 53 0 75 316 142 24
Binary 1 111001 1100100 1100011 101011 0 111101 11001110 1100010 10100

Color Harmonies of #013964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013964

Black with #013964

Text Example


Text Example

White with #013964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013964; }

 p { color: rgb(1,57,100); }

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

background-color css

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

 a { background-color: rgb(1,57,100); }

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

border-color css

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

 span { border-color: rgb(1,57,100); }

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