Html Css Color HEX #013763 Prussian Blue

📋 copy color: '#013763'

red 1 ◦ green 55 ◦ blue 99

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

Shades of Prussian Blue #013763

Tints of Prussian Blue #013763

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.48%

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

R = 0.65%
G = 35.48%
B = 63.87%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#013763 (or 0x013763) is known color: Prussian Blue. HEX triplet: 01, 37 and 63. RGB value is (1,55,99). Sum of RGB (Red+Green+Blue) = 1+55+99=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #013763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013763 is #FEC89C. Grayscale: #2B2B2B. Windows color (decimal): -16697501 or 6502145. OLE color: 6502145.

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

Color convert

RGB 1 55 99 -
CMYK 0.99 0.44 0 0.61
HSL 206.94º 0.98% 0.2% -
HSV(B) 206.94º 0.99% 0.39% -
XYZ 3.63 3.64 12.32 -
YUV 43.87 159.11 97.42 -
System Red Green Blue C M Y K H S L
Decimal 1 55 99 0.99 0.44 0 0.61 206.94 0.98 0.2
Hex 1 37 63 63 2C 0 3D CF 62 14
Octal 1 67 143 143 54 0 75 317 142 24
Binary 1 110111 1100011 1100011 101100 0 111101 11001111 1100010 10100

Color Harmonies of #013763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013763

Black with #013763

Text Example


Text Example

White with #013763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013763; }

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

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

background-color css

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

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

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

border-color css

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

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

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