Html Css Color HEX #013167 Prussian Blue

📋 copy color: '#013167'

red 1 ◦ green 49 ◦ blue 103

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

Shades of Prussian Blue #013167

Tints of Prussian Blue #013167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.03%

 BLUE value IS 103 (40.63% from 255) = 67.32%

R = 0.65%
G = 32.03%
B = 67.32%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#013167 (or 0x013167) is known color: Prussian Blue. HEX triplet: 01, 31 and 67. RGB value is (1,49,103). Sum of RGB (Red+Green+Blue) = 1+49+103=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 103 (40.62% from 255 or 67.32% from 153); Max value from RGB is 103 - color contains mainly: blue. Hex color #013167 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013167 is #FECE98. Grayscale: #282828. Windows color (decimal): -16699033 or 6762753. OLE color: 6762753.

HSL color Cylindrical-coordinate representation of color #013167: hue angle of 211.76º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013167 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 49 103 -
CMYK 0.99 0.52 0 0.60
HSL 211.76º 0.98% 0.2% -
HSV(B) 211.76º 0.99% 0.4% -
XYZ 3.56 3.18 13.26 -
YUV 40.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 1 49 103 0.99 0.52 0 0.60 211.76 0.98 0.2
Hex 1 31 67 63 34 0 3C D4 62 14
Octal 1 61 147 143 64 0 74 324 142 24
Binary 1 110001 1100111 1100011 110100 0 111100 11010100 1100010 10100

Color Harmonies of #013167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013167

Black with #013167

Text Example


Text Example

White with #013167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013167; }

 p { color: rgb(1,49,103); }

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

background-color css

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

 a { background-color: rgb(1,49,103); }

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

border-color css

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

 span { border-color: rgb(1,49,103); }

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