Html Css Color HEX #013670 Prussian Blue

📋 copy color: '#013670'

red 1 ◦ green 54 ◦ blue 112

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

Shades of Prussian Blue #013670

Tints of Prussian Blue #013670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.34%

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

R = 0.6%
G = 32.34%
B = 67.07%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#013670 (or 0x013670) is known color: Prussian Blue. HEX triplet: 01, 36 and 70. RGB value is (1,54,112). Sum of RGB (Red+Green+Blue) = 1+54+112=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #013670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013670 is #FEC98F. Grayscale: #2C2C2C. Windows color (decimal): -16697744 or 7353857. OLE color: 7353857.

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

Color convert

RGB 1 54 112 -
CMYK 0.99 0.52 0 0.56
HSL 211.35º 0.98% 0.22% -
HSV(B) 211.35º 0.99% 0.44% -
XYZ 4.26 3.81 15.84 -
YUV 44.77 165.94 96.78 -
System Red Green Blue C M Y K H S L
Decimal 1 54 112 0.99 0.52 0 0.56 211.35 0.98 0.22
Hex 1 36 70 63 34 0 38 D3 62 16
Octal 1 66 160 143 64 0 70 323 142 26
Binary 1 110110 1110000 1100011 110100 0 111000 11010011 1100010 10110

Color Harmonies of #013670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013670

Black with #013670

Text Example


Text Example

White with #013670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013670; }

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

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

background-color css

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

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

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

border-color css

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

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

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