Html Css Color HEX #013654 Prussian Blue

📋 copy color: '#013654'

red 1 ◦ green 54 ◦ blue 84

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

Shades of Prussian Blue #013654

Tints of Prussian Blue #013654

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.85%

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

R = 0.72%
G = 38.85%
B = 60.43%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013654 (or 0x013654) is known color: Prussian Blue. HEX triplet: 01, 36 and 54. RGB value is (1,54,84). Sum of RGB (Red+Green+Blue) = 1+54+84=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 54 (21.48% from 255 or 38.85% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #013654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013654 is #FEC9AB. Grayscale: #292929. Windows color (decimal): -16697772 or 5518849. OLE color: 5518849.

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

Color convert

RGB 1 54 84 -
CMYK 0.99 0.36 0 0.67
HSL 201.69º 0.98% 0.17% -
HSV(B) 201.69º 0.99% 0.33% -
XYZ 2.93 3.28 8.87 -
YUV 41.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 1 54 84 0.99 0.36 0 0.67 201.69 0.98 0.17
Hex 1 36 54 63 24 0 43 CA 62 11
Octal 1 66 124 143 44 0 103 312 142 21
Binary 1 110110 1010100 1100011 100100 0 1000011 11001010 1100010 10001

Color Harmonies of #013654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013654

Black with #013654

Text Example


Text Example

White with #013654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013654; }

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

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

background-color css

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

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

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

border-color css

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

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

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