Html Css Color HEX #013864 Prussian Blue

📋 copy color: '#013864'

red 1 ◦ green 56 ◦ blue 100

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

Shades of Prussian Blue #013864

Tints of Prussian Blue #013864

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.67%

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

R = 0.64%
G = 35.67%
B = 63.69%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#013864 (or 0x013864) is known color: Prussian Blue. HEX triplet: 01, 38 and 64. RGB value is (1,56,100). Sum of RGB (Red+Green+Blue) = 1+56+100=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 100 (39.45% from 255 or 63.69% from 157); Max value from RGB is 100 - color contains mainly: blue. Hex color #013864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013864 is #FEC79B. Grayscale: #2C2C2C. Windows color (decimal): -16697244 or 6567937. OLE color: 6567937.

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

Color convert

RGB 1 56 100 -
CMYK 0.99 0.44 0 0.61
HSL 206.67º 0.98% 0.2% -
HSV(B) 206.67º 0.99% 0.39% -
XYZ 3.73 3.75 12.58 -
YUV 44.57 159.28 96.92 -
System Red Green Blue C M Y K H S L
Decimal 1 56 100 0.99 0.44 0 0.61 206.67 0.98 0.2
Hex 1 38 64 63 2C 0 3D CF 62 14
Octal 1 70 144 143 54 0 75 317 142 24
Binary 1 111000 1100100 1100011 101100 0 111101 11001111 1100010 10100

Color Harmonies of #013864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013864

Black with #013864

Text Example


Text Example

White with #013864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013864; }

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

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

background-color css

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

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

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

border-color css

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

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

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