Html Css Color HEX #014561 Prussian Blue

📋 copy color: '#014561'

red 1 ◦ green 69 ◦ blue 97

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

Shades of Prussian Blue #014561

Tints of Prussian Blue #014561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.32%

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

R = 0.6%
G = 41.32%
B = 58.08%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#014561 (or 0x014561) is known color: Prussian Blue. HEX triplet: 01, 45 and 61. RGB value is (1,69,97). Sum of RGB (Red+Green+Blue) = 1+69+97=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 97 (38.28% from 255 or 58.08% from 167); Max value from RGB is 97 - color contains mainly: blue. Hex color #014561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014561 is #FEBA9E. Grayscale: #333333. Windows color (decimal): -16693919 or 6374657. OLE color: 6374657.

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

Color convert

RGB 1 69 97 -
CMYK 0.99 0.29 0 0.62
HSL 197.5º 0.98% 0.19% -
HSV(B) 197.5º 0.99% 0.38% -
XYZ 4.3 5.13 12.07 -
YUV 51.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 1 69 97 0.99 0.29 0 0.62 197.5 0.98 0.19
Hex 1 45 61 63 1D 0 3E C6 62 13
Octal 1 105 141 143 35 0 76 306 142 23
Binary 1 1000101 1100001 1100011 11101 0 111110 11000110 1100010 10011

Color Harmonies of #014561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014561

Black with #014561

Text Example


Text Example

White with #014561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014561; }

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

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

background-color css

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

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

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

border-color css

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

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

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