Html Css Color HEX #013362 Prussian Blue

📋 copy color: '#013362'

red 1 ◦ green 51 ◦ blue 98

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

Shades of Prussian Blue #013362

Tints of Prussian Blue #013362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34%

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

R = 0.67%
G = 34%
B = 65.33%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#013362 (or 0x013362) is known color: Prussian Blue. HEX triplet: 01, 33 and 62. RGB value is (1,51,98). Sum of RGB (Red+Green+Blue) = 1+51+98=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #013362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013362 is #FECC9D. Grayscale: #292929. Windows color (decimal): -16698526 or 6435585. OLE color: 6435585.

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

Color convert

RGB 1 51 98 -
CMYK 0.99 0.48 0 0.62
HSL 209.07º 0.98% 0.19% -
HSV(B) 209.07º 0.99% 0.38% -
XYZ 3.4 3.26 12 -
YUV 41.41 159.94 99.18 -
System Red Green Blue C M Y K H S L
Decimal 1 51 98 0.99 0.48 0 0.62 209.07 0.98 0.19
Hex 1 33 62 63 30 0 3E D1 62 13
Octal 1 63 142 143 60 0 76 321 142 23
Binary 1 110011 1100010 1100011 110000 0 111110 11010001 1100010 10011

Color Harmonies of #013362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013362

Black with #013362

Text Example


Text Example

White with #013362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013362; }

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

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

background-color css

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

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

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

border-color css

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

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

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