Html Css Color HEX #013272 Prussian Blue

📋 copy color: '#013272'

red 1 ◦ green 50 ◦ blue 114

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

Shades of Prussian Blue #013272

Tints of Prussian Blue #013272

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.3%

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

R = 0.61%
G = 30.3%
B = 69.09%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013272 (or 0x013272) is known color: Prussian Blue. HEX triplet: 01, 32 and 72. RGB value is (1,50,114). Sum of RGB (Red+Green+Blue) = 1+50+114=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #013272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013272 is #FECD8D. Grayscale: #2A2A2A. Windows color (decimal): -16698766 or 7483905. OLE color: 7483905.

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

Color convert

RGB 1 50 114 -
CMYK 0.99 0.56 0 0.55
HSL 213.98º 0.98% 0.23% -
HSV(B) 213.98º 0.99% 0.45% -
XYZ 4.19 3.5 16.37 -
YUV 42.65 168.27 98.3 -
System Red Green Blue C M Y K H S L
Decimal 1 50 114 0.99 0.56 0 0.55 213.98 0.98 0.23
Hex 1 32 72 63 38 0 37 D6 62 17
Octal 1 62 162 143 70 0 67 326 142 27
Binary 1 110010 1110010 1100011 111000 0 110111 11010110 1100010 10111

Color Harmonies of #013272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013272

Black with #013272

Text Example


Text Example

White with #013272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013272; }

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

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

background-color css

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

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

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

border-color css

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

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

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