Html Css Color HEX #014563 Prussian Blue

📋 copy color: '#014563'

red 1 ◦ green 69 ◦ blue 99

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

Shades of Prussian Blue #014563

Tints of Prussian Blue #014563

RGB

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

 GREEN value IS 69 (27.34% from 255) = 40.83%

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

R = 0.59%
G = 40.83%
B = 58.58%

CMYK

 C value IS 0.99

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#014563 (or 0x014563) is known color: Prussian Blue. HEX triplet: 01, 45 and 63. RGB value is (1,69,99). Sum of RGB (Red+Green+Blue) = 1+69+99=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #014563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014563 is #FEBA9C. Grayscale: #333333. Windows color (decimal): -16693917 or 6505729. OLE color: 6505729.

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

Color convert

RGB 1 69 99 -
CMYK 0.99 0.30 0 0.61
HSL 198.37º 0.98% 0.2% -
HSV(B) 198.37º 0.99% 0.39% -
XYZ 4.39 5.16 12.57 -
YUV 52.09 154.47 91.56 -
System Red Green Blue C M Y K H S L
Decimal 1 69 99 0.99 0.30 0 0.61 198.37 0.98 0.2
Hex 1 45 63 63 1E 0 3D C6 62 14
Octal 1 105 143 143 36 0 75 306 142 24
Binary 1 1000101 1100011 1100011 11110 0 111101 11000110 1100010 10100

Color Harmonies of #014563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014563

Black with #014563

Text Example


Text Example

White with #014563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014563; }

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

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

background-color css

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

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

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

border-color css

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

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

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