Html Css Color HEX #013063 Prussian Blue

📋 copy color: '#013063'

red 1 ◦ green 48 ◦ blue 99

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

Shades of Prussian Blue #013063

Tints of Prussian Blue #013063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.43%

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

R = 0.68%
G = 32.43%
B = 66.89%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#013063 (or 0x013063) is known color: Prussian Blue. HEX triplet: 01, 30 and 63. RGB value is (1,48,99). Sum of RGB (Red+Green+Blue) = 1+48+99=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #013063 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013063 is #FECF9C. Grayscale: #272727. Windows color (decimal): -16699293 or 6500353. OLE color: 6500353.

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

Color convert

RGB 1 48 99 -
CMYK 0.99 0.52 0 0.61
HSL 211.22º 0.98% 0.2% -
HSV(B) 211.22º 0.99% 0.39% -
XYZ 3.32 3.02 12.21 -
YUV 39.76 161.43 100.35 -
System Red Green Blue C M Y K H S L
Decimal 1 48 99 0.99 0.52 0 0.61 211.22 0.98 0.2
Hex 1 30 63 63 34 0 3D D3 62 14
Octal 1 60 143 143 64 0 75 323 142 24
Binary 1 110000 1100011 1100011 110100 0 111101 11010011 1100010 10100

Color Harmonies of #013063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013063

Black with #013063

Text Example


Text Example

White with #013063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013063; }

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

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

background-color css

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

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

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

border-color css

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

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

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