Html Css Color HEX #014061 Prussian Blue

📋 copy color: '#014061'

red 1 ◦ green 64 ◦ blue 97

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

Shades of Prussian Blue #014061

Tints of Prussian Blue #014061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.51%

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

R = 0.62%
G = 39.51%
B = 59.88%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014061 (or 0x014061) is known color: Prussian Blue. HEX triplet: 01, 40 and 61. RGB value is (1,64,97). Sum of RGB (Red+Green+Blue) = 1+64+97=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #014061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014061 is #FEBF9E. Grayscale: #303030. Windows color (decimal): -16695199 or 6373377. OLE color: 6373377.

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

Color convert

RGB 1 64 97 -
CMYK 0.99 0.34 0 0.62
HSL 200.63º 0.98% 0.19% -
HSV(B) 200.63º 0.99% 0.38% -
XYZ 4 4.54 11.97 -
YUV 48.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 1 64 97 0.99 0.34 0 0.62 200.63 0.98 0.19
Hex 1 40 61 63 22 0 3E C9 62 13
Octal 1 100 141 143 42 0 76 311 142 23
Binary 1 1000000 1100001 1100011 100010 0 111110 11001001 1100010 10011

Color Harmonies of #014061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014061

Black with #014061

Text Example


Text Example

White with #014061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014061; }

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

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

background-color css

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

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

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

border-color css

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

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

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