Html Css Color HEX #013166 Prussian Blue

📋 copy color: '#013166'

red 1 ◦ green 49 ◦ blue 102

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

Shades of Prussian Blue #013166

Tints of Prussian Blue #013166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 67.11%

R = 0.66%
G = 32.24%
B = 67.11%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#013166 (or 0x013166) is known color: Prussian Blue. HEX triplet: 01, 31 and 66. RGB value is (1,49,102). Sum of RGB (Red+Green+Blue) = 1+49+102=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 102 (40.23% from 255 or 67.11% from 152); Max value from RGB is 102 - color contains mainly: blue. Hex color #013166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013166 is #FECE99. Grayscale: #282828. Windows color (decimal): -16699034 or 6697217. OLE color: 6697217.

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

Color convert

RGB 1 49 102 -
CMYK 0.99 0.52 0 0.6
HSL 211.49º 0.98% 0.2% -
HSV(B) 211.49º 0.99% 0.4% -
XYZ 3.51 3.16 13 -
YUV 40.69 162.6 99.69 -
System Red Green Blue C M Y K H S L
Decimal 1 49 102 0.99 0.52 0 0.6 211.49 0.98 0.2
Hex 1 31 66 63 34 0 3C D3 62 14
Octal 1 61 146 143 64 0 74 323 142 24
Binary 1 110001 1100110 1100011 110100 0 111100 11010011 1100010 10100

Color Harmonies of #013166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013166

Black with #013166

Text Example


Text Example

White with #013166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013166; }

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

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

background-color css

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

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

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

border-color css

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

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

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