Html Css Color HEX #013168 Prussian Blue

📋 copy color: '#013168'

red 1 ◦ green 49 ◦ blue 104

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

Shades of Prussian Blue #013168

Tints of Prussian Blue #013168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 67.53%

R = 0.65%
G = 31.82%
B = 67.53%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013168 (or 0x013168) is known color: Prussian Blue. HEX triplet: 01, 31 and 68. RGB value is (1,49,104). Sum of RGB (Red+Green+Blue) = 1+49+104=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #013168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013168 is #FECE97. Grayscale: #282828. Windows color (decimal): -16699032 or 6828289. OLE color: 6828289.

HSL color Cylindrical-coordinate representation of color #013168: hue angle of 212.04º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013168 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 49 104 -
CMYK 0.99 0.53 0 0.59
HSL 212.04º 0.98% 0.21% -
HSV(B) 212.04º 0.99% 0.41% -
XYZ 3.61 3.2 13.52 -
YUV 40.92 163.6 99.53 -
System Red Green Blue C M Y K H S L
Decimal 1 49 104 0.99 0.53 0 0.59 212.04 0.98 0.21
Hex 1 31 68 63 35 0 3B D4 62 15
Octal 1 61 150 143 65 0 73 324 142 25
Binary 1 110001 1101000 1100011 110101 0 111011 11010100 1100010 10101

Color Harmonies of #013168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013168

Black with #013168

Text Example


Text Example

White with #013168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013168; }

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

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

background-color css

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

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

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

border-color css

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

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

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