Html Css Color HEX #014768 Prussian Blue

📋 copy color: '#014768'

red 1 ◦ green 71 ◦ blue 104

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

Shades of Prussian Blue #014768

Tints of Prussian Blue #014768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 59.09%

R = 0.57%
G = 40.34%
B = 59.09%

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

#014768 (or 0x014768) is known color: Prussian Blue. HEX triplet: 01, 47 and 68. RGB value is (1,71,104). Sum of RGB (Red+Green+Blue) = 1+71+104=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #014768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014768 is #FEB897. Grayscale: #353535. Windows color (decimal): -16693400 or 6833921. OLE color: 6833921.

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

Color convert

RGB 1 71 104 -
CMYK 0.99 0.32 0 0.59
HSL 199.22º 0.98% 0.21% -
HSV(B) 199.22º 0.99% 0.41% -
XYZ 4.76 5.51 13.91 -
YUV 53.83 156.31 90.32 -
System Red Green Blue C M Y K H S L
Decimal 1 71 104 0.99 0.32 0 0.59 199.22 0.98 0.21
Hex 1 47 68 63 20 0 3B C7 62 15
Octal 1 107 150 143 40 0 73 307 142 25
Binary 1 1000111 1101000 1100011 100000 0 111011 11000111 1100010 10101

Color Harmonies of #014768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014768

Black with #014768

Text Example


Text Example

White with #014768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014768; }

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

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

background-color css

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

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

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

border-color css

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

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

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