Html Css Color HEX #013162 Prussian Blue

📋 copy color: '#013162'

red 1 ◦ green 49 ◦ blue 98

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

Shades of Prussian Blue #013162

Tints of Prussian Blue #013162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 66.22%

R = 0.68%
G = 33.11%
B = 66.22%

CMYK

 C value IS 0.99

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#013162 (or 0x013162) is known color: Prussian Blue. HEX triplet: 01, 31 and 62. RGB value is (1,49,98). Sum of RGB (Red+Green+Blue) = 1+49+98=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #013162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013162 is #FECE9D. Grayscale: #272727. Windows color (decimal): -16699038 or 6435073. OLE color: 6435073.

HSL color Cylindrical-coordinate representation of color #013162: hue angle of 210.31º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013162 is Cyan = 0.99, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 49 98 -
CMYK 0.99 0.5 0 0.62
HSL 210.31º 0.98% 0.19% -
HSV(B) 210.31º 0.99% 0.38% -
XYZ 3.32 3.08 11.98 -
YUV 40.23 160.6 100.02 -
System Red Green Blue C M Y K H S L
Decimal 1 49 98 0.99 0.5 0 0.62 210.31 0.98 0.19
Hex 1 31 62 63 32 0 3E D2 62 13
Octal 1 61 142 143 62 0 76 322 142 23
Binary 1 110001 1100010 1100011 110010 0 111110 11010010 1100010 10011

Color Harmonies of #013162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013162

Black with #013162

Text Example


Text Example

White with #013162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013162; }

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

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

background-color css

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

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

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

border-color css

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

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

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