Html Css Color HEX #013558 Prussian Blue

📋 copy color: '#013558'

red 1 ◦ green 53 ◦ blue 88

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

Shades of Prussian Blue #013558

Tints of Prussian Blue #013558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.32%

 BLUE value IS 88 (34.77% from 255) = 61.97%

R = 0.7%
G = 37.32%
B = 61.97%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#013558 (or 0x013558) is known color: Prussian Blue. HEX triplet: 01, 35 and 58. RGB value is (1,53,88). Sum of RGB (Red+Green+Blue) = 1+53+88=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 88 (34.77% from 255 or 61.97% from 142); Max value from RGB is 88 - color contains mainly: blue. Hex color #013558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013558 is #FECAA7. Grayscale: #292929. Windows color (decimal): -16698024 or 5780737. OLE color: 5780737.

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

Color convert

RGB 1 53 88 -
CMYK 0.99 0.40 0 0.65
HSL 204.14º 0.98% 0.17% -
HSV(B) 204.14º 0.99% 0.35% -
XYZ 3.05 3.26 9.7 -
YUV 41.44 154.27 99.15 -
System Red Green Blue C M Y K H S L
Decimal 1 53 88 0.99 0.40 0 0.65 204.14 0.98 0.17
Hex 1 35 58 63 28 0 41 CC 62 11
Octal 1 65 130 143 50 0 101 314 142 21
Binary 1 110101 1011000 1100011 101000 0 1000001 11001100 1100010 10001

Color Harmonies of #013558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013558

Black with #013558

Text Example


Text Example

White with #013558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013558; }

 p { color: rgb(1,53,88); }

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

background-color css

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

 a { background-color: rgb(1,53,88); }

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

border-color css

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

 span { border-color: rgb(1,53,88); }

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