Html Css Color HEX #013461 Prussian Blue

📋 copy color: '#013461'

red 1 ◦ green 52 ◦ blue 97

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

Shades of Prussian Blue #013461

Tints of Prussian Blue #013461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 64.67%

R = 0.67%
G = 34.67%
B = 64.67%

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

#013461 (or 0x013461) is known color: Prussian Blue. HEX triplet: 01, 34 and 61. RGB value is (1,52,97). Sum of RGB (Red+Green+Blue) = 1+52+97=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #013461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013461 is #FECB9E. Grayscale: #292929. Windows color (decimal): -16698271 or 6370305. OLE color: 6370305.

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

Color convert

RGB 1 52 97 -
CMYK 0.99 0.46 0 0.62
HSL 208.13º 0.98% 0.19% -
HSV(B) 208.13º 0.99% 0.38% -
XYZ 3.4 3.33 11.77 -
YUV 41.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 1 52 97 0.99 0.46 0 0.62 208.13 0.98 0.19
Hex 1 34 61 63 2E 0 3E D0 62 13
Octal 1 64 141 143 56 0 76 320 142 23
Binary 1 110100 1100001 1100011 101110 0 111110 11010000 1100010 10011

Color Harmonies of #013461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013461

Black with #013461

Text Example


Text Example

White with #013461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013461; }

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

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

background-color css

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

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

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

border-color css

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

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

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