Html Css Color HEX #013460 Prussian Blue

📋 copy color: '#013460'

red 1 ◦ green 52 ◦ blue 96

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

Shades of Prussian Blue #013460

Tints of Prussian Blue #013460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 64.43%

R = 0.67%
G = 34.9%
B = 64.43%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#013460 (or 0x013460) is known color: Prussian Blue. HEX triplet: 01, 34 and 60. RGB value is (1,52,96). Sum of RGB (Red+Green+Blue) = 1+52+96=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 52 (20.70% from 255 or 34.90% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #013460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013460 is #FECB9F. Grayscale: #292929. Windows color (decimal): -16698272 or 6304769. OLE color: 6304769.

HSL color Cylindrical-coordinate representation of color #013460: hue angle of 207.79º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013460 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 52 96 -
CMYK 0.99 0.46 0 0.62
HSL 207.79º 0.98% 0.19% -
HSV(B) 207.79º 0.99% 0.38% -
XYZ 3.35 3.31 11.53 -
YUV 41.77 158.6 98.92 -
System Red Green Blue C M Y K H S L
Decimal 1 52 96 0.99 0.46 0 0.62 207.79 0.98 0.19
Hex 1 34 60 63 2E 0 3E D0 62 13
Octal 1 64 140 143 56 0 76 320 142 23
Binary 1 110100 1100000 1100011 101110 0 111110 11010000 1100010 10011

Color Harmonies of #013460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013460

Black with #013460

Text Example


Text Example

White with #013460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013460; }

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

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

background-color css

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

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

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

border-color css

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

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

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