Html Css Color HEX #014161 Prussian Blue

📋 copy color: '#014161'

red 1 ◦ green 65 ◦ blue 97

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

Shades of Prussian Blue #014161

Tints of Prussian Blue #014161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 59.51%

R = 0.61%
G = 39.88%
B = 59.51%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014161 (or 0x014161) is known color: Prussian Blue. HEX triplet: 01, 41 and 61. RGB value is (1,65,97). Sum of RGB (Red+Green+Blue) = 1+65+97=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #014161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014161 is #FEBE9E. Grayscale: #313131. Windows color (decimal): -16694943 or 6373633. OLE color: 6373633.

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

Color convert

RGB 1 65 97 -
CMYK 0.99 0.33 0 0.62
HSL 200º 0.98% 0.19% -
HSV(B) 200º 0.99% 0.38% -
XYZ 4.06 4.65 11.99 -
YUV 49.51 154.8 93.4 -
System Red Green Blue C M Y K H S L
Decimal 1 65 97 0.99 0.33 0 0.62 200 0.98 0.19
Hex 1 41 61 63 21 0 3E C8 62 13
Octal 1 101 141 143 41 0 76 310 142 23
Binary 1 1000001 1100001 1100011 100001 0 111110 11001000 1100010 10011

Color Harmonies of #014161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014161

Black with #014161

Text Example


Text Example

White with #014161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014161; }

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

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

background-color css

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

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

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

border-color css

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

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

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