Html Css Color HEX #014564 Prussian Blue

📋 copy color: '#014564'

red 1 ◦ green 69 ◦ blue 100

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

Shades of Prussian Blue #014564

Tints of Prussian Blue #014564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 58.82%

R = 0.59%
G = 40.59%
B = 58.82%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#014564 (or 0x014564) is known color: Prussian Blue. HEX triplet: 01, 45 and 64. RGB value is (1,69,100). Sum of RGB (Red+Green+Blue) = 1+69+100=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 100 (39.45% from 255 or 58.82% from 170); Max value from RGB is 100 - color contains mainly: blue. Hex color #014564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014564 is #FEBA9B. Grayscale: #343434. Windows color (decimal): -16693916 or 6571265. OLE color: 6571265.

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

Color convert

RGB 1 69 100 -
CMYK 0.99 0.31 0 0.61
HSL 198.79º 0.98% 0.2% -
HSV(B) 198.79º 0.99% 0.39% -
XYZ 4.44 5.18 12.82 -
YUV 52.2 154.97 91.48 -
System Red Green Blue C M Y K H S L
Decimal 1 69 100 0.99 0.31 0 0.61 198.79 0.98 0.2
Hex 1 45 64 63 1F 0 3D C7 62 14
Octal 1 105 144 143 37 0 75 307 142 24
Binary 1 1000101 1100100 1100011 11111 0 111101 11000111 1100010 10100

Color Harmonies of #014564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014564

Black with #014564

Text Example


Text Example

White with #014564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014564; }

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

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

background-color css

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

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

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

border-color css

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

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

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