Html Css Color HEX #013A72 Prussian Blue

📋 copy color: '#013A72'

red 1 ◦ green 58 ◦ blue 114

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

Shades of Prussian Blue #013A72

Tints of Prussian Blue #013A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.53%

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

R = 0.58%
G = 33.53%
B = 65.9%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013A72 (or 0x013A72) is known color: Prussian Blue. HEX triplet: 01, 3A and 72. RGB value is (1,58,114). Sum of RGB (Red+Green+Blue) = 1+58+114=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #013A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A72 is #FEC58D. Grayscale: #2F2F2F. Windows color (decimal): -16696718 or 7485953. OLE color: 7485953.

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

Color convert

RGB 1 58 114 -
CMYK 0.99 0.49 0 0.55
HSL 209.73º 0.98% 0.23% -
HSV(B) 209.73º 0.99% 0.45% -
XYZ 4.56 4.25 16.5 -
YUV 47.34 165.62 94.95 -
System Red Green Blue C M Y K H S L
Decimal 1 58 114 0.99 0.49 0 0.55 209.73 0.98 0.23
Hex 1 3A 72 63 31 0 37 D2 62 17
Octal 1 72 162 143 61 0 67 322 142 27
Binary 1 111010 1110010 1100011 110001 0 110111 11010010 1100010 10111

Color Harmonies of #013A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A72

Black with #013A72

Text Example


Text Example

White with #013A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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