Html Css Color HEX #014261 Prussian Blue

📋 copy color: '#014261'

red 1 ◦ green 66 ◦ blue 97

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

Shades of Prussian Blue #014261

Tints of Prussian Blue #014261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.24%

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

R = 0.61%
G = 40.24%
B = 59.15%

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

#014261 (or 0x014261) is known color: Prussian Blue. HEX triplet: 01, 42 and 61. RGB value is (1,66,97). Sum of RGB (Red+Green+Blue) = 1+66+97=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 97 (38.28% from 255 or 59.15% from 164); Max value from RGB is 97 - color contains mainly: blue. Hex color #014261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014261 is #FEBD9E. Grayscale: #313131. Windows color (decimal): -16694687 or 6373889. OLE color: 6373889.

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

Color convert

RGB 1 66 97 -
CMYK 0.99 0.32 0 0.62
HSL 199.38º 0.98% 0.19% -
HSV(B) 199.38º 0.99% 0.38% -
XYZ 4.12 4.77 12.01 -
YUV 50.1 154.47 92.98 -
System Red Green Blue C M Y K H S L
Decimal 1 66 97 0.99 0.32 0 0.62 199.38 0.98 0.19
Hex 1 42 61 63 20 0 3E C7 62 13
Octal 1 102 141 143 40 0 76 307 142 23
Binary 1 1000010 1100001 1100011 100000 0 111110 11000111 1100010 10011

Color Harmonies of #014261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014261

Black with #014261

Text Example


Text Example

White with #014261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014261; }

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

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

background-color css

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

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

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

border-color css

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

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

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