Html Css Color HEX #013A70 Prussian Blue

📋 copy color: '#013A70'

red 1 ◦ green 58 ◦ blue 112

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

Shades of Prussian Blue #013A70

Tints of Prussian Blue #013A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 65.5%

R = 0.58%
G = 33.92%
B = 65.5%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#013A70 (or 0x013A70) is known color: Prussian Blue. HEX triplet: 01, 3A and 70. RGB value is (1,58,112). Sum of RGB (Red+Green+Blue) = 1+58+112=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #013A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A70 is #FEC58F. Grayscale: #2E2E2E. Windows color (decimal): -16696720 or 7354881. OLE color: 7354881.

HSL color Cylindrical-coordinate representation of color #013A70: hue angle of 209.19º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013A70 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 58 112 -
CMYK 0.99 0.48 0 0.56
HSL 209.19º 0.98% 0.22% -
HSV(B) 209.19º 0.99% 0.44% -
XYZ 4.45 4.2 15.91 -
YUV 47.11 164.62 95.11 -
System Red Green Blue C M Y K H S L
Decimal 1 58 112 0.99 0.48 0 0.56 209.19 0.98 0.22
Hex 1 3A 70 63 30 0 38 D1 62 16
Octal 1 72 160 143 60 0 70 321 142 26
Binary 1 111010 1110000 1100011 110000 0 111000 11010001 1100010 10110

Color Harmonies of #013A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A70

Black with #013A70

Text Example


Text Example

White with #013A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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