Html Css Color HEX #014763 Prussian Blue

📋 copy color: '#014763'

red 1 ◦ green 71 ◦ blue 99

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

Shades of Prussian Blue #014763

Tints of Prussian Blue #014763

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.52%

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

R = 0.58%
G = 41.52%
B = 57.89%

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

#014763 (or 0x014763) is known color: Prussian Blue. HEX triplet: 01, 47 and 63. RGB value is (1,71,99). Sum of RGB (Red+Green+Blue) = 1+71+99=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #014763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014763 is #FEB89C. Grayscale: #353535. Windows color (decimal): -16693405 or 6506241. OLE color: 6506241.

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

Color convert

RGB 1 71 99 -
CMYK 0.99 0.28 0 0.61
HSL 197.14º 0.98% 0.2% -
HSV(B) 197.14º 0.99% 0.39% -
XYZ 4.52 5.41 12.61 -
YUV 53.26 153.81 90.72 -
System Red Green Blue C M Y K H S L
Decimal 1 71 99 0.99 0.28 0 0.61 197.14 0.98 0.2
Hex 1 47 63 63 1C 0 3D C5 62 14
Octal 1 107 143 143 34 0 75 305 142 24
Binary 1 1000111 1100011 1100011 11100 0 111101 11000101 1100010 10100

Color Harmonies of #014763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014763

Black with #014763

Text Example


Text Example

White with #014763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014763; }

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

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

background-color css

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

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

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

border-color css

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

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

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