Html Css Color HEX #013363 Prussian Blue

📋 copy color: '#013363'

red 1 ◦ green 51 ◦ blue 99

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

Shades of Prussian Blue #013363

Tints of Prussian Blue #013363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 65.56%

R = 0.66%
G = 33.77%
B = 65.56%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#013363 (or 0x013363) is known color: Prussian Blue. HEX triplet: 01, 33 and 63. RGB value is (1,51,99). Sum of RGB (Red+Green+Blue) = 1+51+99=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #013363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013363 is #FECC9C. Grayscale: #292929. Windows color (decimal): -16698525 or 6501121. OLE color: 6501121.

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

Color convert

RGB 1 51 99 -
CMYK 0.99 0.48 0 0.61
HSL 209.39º 0.98% 0.2% -
HSV(B) 209.39º 0.99% 0.39% -
XYZ 3.45 3.27 12.25 -
YUV 41.52 160.44 99.1 -
System Red Green Blue C M Y K H S L
Decimal 1 51 99 0.99 0.48 0 0.61 209.39 0.98 0.2
Hex 1 33 63 63 30 0 3D D1 62 14
Octal 1 63 143 143 60 0 75 321 142 24
Binary 1 110011 1100011 1100011 110000 0 111101 11010001 1100010 10100

Color Harmonies of #013363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013363

Black with #013363

Text Example


Text Example

White with #013363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013363; }

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

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

background-color css

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

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

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

border-color css

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

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

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