Html Css Color HEX #014864 Prussian Blue

📋 copy color: '#014864'

red 1 ◦ green 72 ◦ blue 100

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

Shades of Prussian Blue #014864

Tints of Prussian Blue #014864

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.62%

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

R = 0.58%
G = 41.62%
B = 57.8%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#014864 (or 0x014864) is known color: Prussian Blue. HEX triplet: 01, 48 and 64. RGB value is (1,72,100). Sum of RGB (Red+Green+Blue) = 1+72+100=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #014864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014864 is #FEB79B. Grayscale: #353535. Windows color (decimal): -16693148 or 6572033. OLE color: 6572033.

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

Color convert

RGB 1 72 100 -
CMYK 0.99 0.28 0 0.61
HSL 196.97º 0.98% 0.2% -
HSV(B) 196.97º 0.99% 0.39% -
XYZ 4.63 5.56 12.89 -
YUV 53.96 153.98 90.22 -
System Red Green Blue C M Y K H S L
Decimal 1 72 100 0.99 0.28 0 0.61 196.97 0.98 0.2
Hex 1 48 64 63 1C 0 3D C5 62 14
Octal 1 110 144 143 34 0 75 305 142 24
Binary 1 1001000 1100100 1100011 11100 0 111101 11000101 1100010 10100

Color Harmonies of #014864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014864

Black with #014864

Text Example


Text Example

White with #014864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014864; }

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

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

background-color css

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

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

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

border-color css

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

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

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