Html Css Color HEX #013863 Prussian Blue

📋 copy color: '#013863'

red 1 ◦ green 56 ◦ blue 99

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

Shades of Prussian Blue #013863

Tints of Prussian Blue #013863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.9%

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

R = 0.64%
G = 35.9%
B = 63.46%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#013863 (or 0x013863) is known color: Prussian Blue. HEX triplet: 01, 38 and 63. RGB value is (1,56,99). Sum of RGB (Red+Green+Blue) = 1+56+99=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #013863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013863 is #FEC79C. Grayscale: #2C2C2C. Windows color (decimal): -16697245 or 6502401. OLE color: 6502401.

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

Color convert

RGB 1 56 99 -
CMYK 0.99 0.43 0 0.61
HSL 206.33º 0.98% 0.2% -
HSV(B) 206.33º 0.99% 0.39% -
XYZ 3.68 3.74 12.33 -
YUV 44.46 158.78 97 -
System Red Green Blue C M Y K H S L
Decimal 1 56 99 0.99 0.43 0 0.61 206.33 0.98 0.2
Hex 1 38 63 63 2B 0 3D CE 62 14
Octal 1 70 143 143 53 0 75 316 142 24
Binary 1 111000 1100011 1100011 101011 0 111101 11001110 1100010 10100

Color Harmonies of #013863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013863

Black with #013863

Text Example


Text Example

White with #013863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013863; }

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

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

background-color css

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

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

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

border-color css

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

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

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