Html Css Color HEX #013458 Prussian Blue

📋 copy color: '#013458'

red 1 ◦ green 52 ◦ blue 88

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

Shades of Prussian Blue #013458

Tints of Prussian Blue #013458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.88%

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

R = 0.71%
G = 36.88%
B = 62.41%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#013458 (or 0x013458) is known color: Prussian Blue. HEX triplet: 01, 34 and 58. RGB value is (1,52,88). Sum of RGB (Red+Green+Blue) = 1+52+88=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 88 (34.77% from 255 or 62.41% from 141); Max value from RGB is 88 - color contains mainly: blue. Hex color #013458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013458 is #FECBA7. Grayscale: #282828. Windows color (decimal): -16698280 or 5780481. OLE color: 5780481.

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

Color convert

RGB 1 52 88 -
CMYK 0.99 0.41 0 0.65
HSL 204.83º 0.98% 0.17% -
HSV(B) 204.83º 0.99% 0.35% -
XYZ 3 3.17 9.69 -
YUV 40.86 154.6 99.57 -
System Red Green Blue C M Y K H S L
Decimal 1 52 88 0.99 0.41 0 0.65 204.83 0.98 0.17
Hex 1 34 58 63 29 0 41 CD 62 11
Octal 1 64 130 143 51 0 101 315 142 21
Binary 1 110100 1011000 1100011 101001 0 1000001 11001101 1100010 10001

Color Harmonies of #013458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013458

Black with #013458

Text Example


Text Example

White with #013458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013458; }

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

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

background-color css

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

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

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

border-color css

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

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

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