Html Css Color HEX #013854 Prussian Blue

📋 copy color: '#013854'

red 1 ◦ green 56 ◦ blue 84

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

Shades of Prussian Blue #013854

Tints of Prussian Blue #013854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 59.57%

R = 0.71%
G = 39.72%
B = 59.57%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013854 (or 0x013854) is known color: Prussian Blue. HEX triplet: 01, 38 and 54. RGB value is (1,56,84). Sum of RGB (Red+Green+Blue) = 1+56+84=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #013854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013854 is #FEC7AB. Grayscale: #2A2A2A. Windows color (decimal): -16697260 or 5519361. OLE color: 5519361.

HSL color Cylindrical-coordinate representation of color #013854: hue angle of 200.24º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013854 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 56 84 -
CMYK 0.99 0.33 0 0.67
HSL 200.24º 0.98% 0.17% -
HSV(B) 200.24º 0.99% 0.33% -
XYZ 3.03 3.47 8.9 -
YUV 42.75 151.28 98.22 -
System Red Green Blue C M Y K H S L
Decimal 1 56 84 0.99 0.33 0 0.67 200.24 0.98 0.17
Hex 1 38 54 63 21 0 43 C8 62 11
Octal 1 70 124 143 41 0 103 310 142 21
Binary 1 111000 1010100 1100011 100001 0 1000011 11001000 1100010 10001

Color Harmonies of #013854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013854

Black with #013854

Text Example


Text Example

White with #013854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013854; }

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

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

background-color css

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

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

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

border-color css

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

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

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