Html Css Color HEX #013B70 Prussian Blue

📋 copy color: '#013B70'

red 1 ◦ green 59 ◦ blue 112

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

Shades of Prussian Blue #013B70

Tints of Prussian Blue #013B70

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.3%

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

R = 0.58%
G = 34.3%
B = 65.12%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#013B70 (or 0x013B70) is known color: Prussian Blue. HEX triplet: 01, 3B and 70. RGB value is (1,59,112). Sum of RGB (Red+Green+Blue) = 1+59+112=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #013B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B70 is #FEC48F. Grayscale: #2F2F2F. Windows color (decimal): -16696464 or 7355137. OLE color: 7355137.

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

Color convert

RGB 1 59 112 -
CMYK 0.99 0.47 0 0.56
HSL 208.65º 0.98% 0.22% -
HSV(B) 208.65º 0.99% 0.44% -
XYZ 4.5 4.3 15.92 -
YUV 47.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 1 59 112 0.99 0.47 0 0.56 208.65 0.98 0.22
Hex 1 3B 70 63 2F 0 38 D1 62 16
Octal 1 73 160 143 57 0 70 321 142 26
Binary 1 111011 1110000 1100011 101111 0 111000 11010001 1100010 10110

Color Harmonies of #013B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013B70

Black with #013B70

Text Example


Text Example

White with #013B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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