Html Css Color HEX #013463 Prussian Blue

📋 copy color: '#013463'

red 1 ◦ green 52 ◦ blue 99

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

Shades of Prussian Blue #013463

Tints of Prussian Blue #013463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.21%

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

R = 0.66%
G = 34.21%
B = 65.13%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#013463 (or 0x013463) is known color: Prussian Blue. HEX triplet: 01, 34 and 63. RGB value is (1,52,99). Sum of RGB (Red+Green+Blue) = 1+52+99=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #013463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013463 is #FECB9C. Grayscale: #292929. Windows color (decimal): -16698269 or 6501377. OLE color: 6501377.

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

Color convert

RGB 1 52 99 -
CMYK 0.99 0.47 0 0.61
HSL 208.78º 0.98% 0.2% -
HSV(B) 208.78º 0.99% 0.39% -
XYZ 3.49 3.36 12.27 -
YUV 42.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 1 52 99 0.99 0.47 0 0.61 208.78 0.98 0.2
Hex 1 34 63 63 2F 0 3D D1 62 14
Octal 1 64 143 143 57 0 75 321 142 24
Binary 1 110100 1100011 1100011 101111 0 111101 11010001 1100010 10100

Color Harmonies of #013463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013463

Black with #013463

Text Example


Text Example

White with #013463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013463; }

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

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

background-color css

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

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

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

border-color css

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

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

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