Html Css Color HEX #014769 Prussian Blue

📋 copy color: '#014769'

red 1 ◦ green 71 ◦ blue 105

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

Shades of Prussian Blue #014769

Tints of Prussian Blue #014769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 59.32%

R = 0.56%
G = 40.11%
B = 59.32%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#014769 (or 0x014769) is known color: Prussian Blue. HEX triplet: 01, 47 and 69. RGB value is (1,71,105). Sum of RGB (Red+Green+Blue) = 1+71+105=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 71 (28.12% from 255 or 40.11% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #014769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014769 is #FEB896. Grayscale: #353535. Windows color (decimal): -16693399 or 6899457. OLE color: 6899457.

HSL color Cylindrical-coordinate representation of color #014769: hue angle of 199.62º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014769 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 71 105 -
CMYK 0.99 0.32 0 0.59
HSL 199.62º 0.98% 0.21% -
HSV(B) 199.62º 0.99% 0.41% -
XYZ 4.82 5.53 14.18 -
YUV 53.95 156.81 90.24 -
System Red Green Blue C M Y K H S L
Decimal 1 71 105 0.99 0.32 0 0.59 199.62 0.98 0.21
Hex 1 47 69 63 20 0 3B C8 62 15
Octal 1 107 151 143 40 0 73 310 142 25
Binary 1 1000111 1101001 1100011 100000 0 111011 11001000 1100010 10101

Color Harmonies of #014769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014769

Black with #014769

Text Example


Text Example

White with #014769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014769; }

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

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

background-color css

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

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

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

border-color css

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

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

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