Html Css Color HEX #014160 Prussian Blue

📋 copy color: '#014160'

red 1 ◦ green 65 ◦ blue 96

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

Shades of Prussian Blue #014160

Tints of Prussian Blue #014160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.12%

 BLUE value IS 96 (37.89% from 255) = 59.26%

R = 0.62%
G = 40.12%
B = 59.26%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014160 (or 0x014160) is known color: Prussian Blue. HEX triplet: 01, 41 and 60. RGB value is (1,65,96). Sum of RGB (Red+Green+Blue) = 1+65+96=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #014160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014160 is #FEBE9F. Grayscale: #313131. Windows color (decimal): -16694944 or 6308097. OLE color: 6308097.

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

Color convert

RGB 1 65 96 -
CMYK 0.99 0.32 0 0.62
HSL 199.58º 0.98% 0.19% -
HSV(B) 199.58º 0.99% 0.38% -
XYZ 4.01 4.63 11.75 -
YUV 49.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 1 65 96 0.99 0.32 0 0.62 199.58 0.98 0.19
Hex 1 41 60 63 20 0 3E C8 62 13
Octal 1 101 140 143 40 0 76 310 142 23
Binary 1 1000001 1100000 1100011 100000 0 111110 11001000 1100010 10011

Color Harmonies of #014160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014160

Black with #014160

Text Example


Text Example

White with #014160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014160; }

 p { color: rgb(1,65,96); }

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

background-color css

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

 a { background-color: rgb(1,65,96); }

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

border-color css

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

 span { border-color: rgb(1,65,96); }

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