Html Css Color HEX #013963 Prussian Blue

📋 copy color: '#013963'

red 1 ◦ green 57 ◦ blue 99

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

Shades of Prussian Blue #013963

Tints of Prussian Blue #013963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.31%

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

R = 0.64%
G = 36.31%
B = 63.06%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#013963 (or 0x013963) is known color: Prussian Blue. HEX triplet: 01, 39 and 63. RGB value is (1,57,99). Sum of RGB (Red+Green+Blue) = 1+57+99=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #013963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013963 is #FEC69C. Grayscale: #2C2C2C. Windows color (decimal): -16696989 or 6502657. OLE color: 6502657.

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

Color convert

RGB 1 57 99 -
CMYK 0.99 0.42 0 0.61
HSL 205.71º 0.98% 0.2% -
HSV(B) 205.71º 0.99% 0.39% -
XYZ 3.73 3.83 12.35 -
YUV 45.04 158.45 96.58 -
System Red Green Blue C M Y K H S L
Decimal 1 57 99 0.99 0.42 0 0.61 205.71 0.98 0.2
Hex 1 39 63 63 2A 0 3D CE 62 14
Octal 1 71 143 143 52 0 75 316 142 24
Binary 1 111001 1100011 1100011 101010 0 111101 11001110 1100010 10100

Color Harmonies of #013963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013963

Black with #013963

Text Example


Text Example

White with #013963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013963; }

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

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

background-color css

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

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

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

border-color css

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

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

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