Html Css Color HEX #013770 Prussian Blue

📋 copy color: '#013770'

red 1 ◦ green 55 ◦ blue 112

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

Shades of Prussian Blue #013770

Tints of Prussian Blue #013770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.74%

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

R = 0.6%
G = 32.74%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#013770 (or 0x013770) is known color: Prussian Blue. HEX triplet: 01, 37 and 70. RGB value is (1,55,112). Sum of RGB (Red+Green+Blue) = 1+55+112=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #013770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013770 is #FEC88F. Grayscale: #2D2D2D. Windows color (decimal): -16697488 or 7354113. OLE color: 7354113.

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

Color convert

RGB 1 55 112 -
CMYK 0.99 0.51 0 0.56
HSL 210.81º 0.98% 0.22% -
HSV(B) 210.81º 0.99% 0.44% -
XYZ 4.3 3.91 15.86 -
YUV 45.35 165.61 96.37 -
System Red Green Blue C M Y K H S L
Decimal 1 55 112 0.99 0.51 0 0.56 210.81 0.98 0.22
Hex 1 37 70 63 33 0 38 D3 62 16
Octal 1 67 160 143 63 0 70 323 142 26
Binary 1 110111 1110000 1100011 110011 0 111000 11010011 1100010 10110

Color Harmonies of #013770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013770

Black with #013770

Text Example


Text Example

White with #013770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013770; }

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

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

background-color css

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

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

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

border-color css

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

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

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