Html Css Color HEX #013472 Prussian Blue

📋 copy color: '#013472'

red 1 ◦ green 52 ◦ blue 114

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

Shades of Prussian Blue #013472

Tints of Prussian Blue #013472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 68.26%

R = 0.6%
G = 31.14%
B = 68.26%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013472 (or 0x013472) is known color: Prussian Blue. HEX triplet: 01, 34 and 72. RGB value is (1,52,114). Sum of RGB (Red+Green+Blue) = 1+52+114=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 114 (44.92% from 255 or 68.26% from 167); Max value from RGB is 114 - color contains mainly: blue. Hex color #013472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013472 is #FECB8D. Grayscale: #2B2B2B. Windows color (decimal): -16698254 or 7484417. OLE color: 7484417.

HSL color Cylindrical-coordinate representation of color #013472: hue angle of 212.92º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013472 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 52 114 -
CMYK 0.99 0.54 0 0.55
HSL 212.92º 0.98% 0.23% -
HSV(B) 212.92º 0.99% 0.45% -
XYZ 4.28 3.68 16.4 -
YUV 43.82 167.6 97.46 -
System Red Green Blue C M Y K H S L
Decimal 1 52 114 0.99 0.54 0 0.55 212.92 0.98 0.23
Hex 1 34 72 63 36 0 37 D5 62 17
Octal 1 64 162 143 66 0 67 325 142 27
Binary 1 110100 1110010 1100011 110110 0 110111 11010101 1100010 10111

Color Harmonies of #013472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013472

Black with #013472

Text Example


Text Example

White with #013472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013472; }

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

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

background-color css

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

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

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

border-color css

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

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

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