Html Css Color HEX #014164 Prussian Blue

📋 copy color: '#014164'

red 1 ◦ green 65 ◦ blue 100

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

Shades of Prussian Blue #014164

Tints of Prussian Blue #014164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 60.24%

R = 0.6%
G = 39.16%
B = 60.24%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#014164 (or 0x014164) is known color: Prussian Blue. HEX triplet: 01, 41 and 64. RGB value is (1,65,100). Sum of RGB (Red+Green+Blue) = 1+65+100=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 100 (39.45% from 255 or 60.24% from 166); Max value from RGB is 100 - color contains mainly: blue. Hex color #014164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014164 is #FEBE9B. Grayscale: #313131. Windows color (decimal): -16694940 or 6570241. OLE color: 6570241.

HSL color Cylindrical-coordinate representation of color #014164: hue angle of 201.21º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014164 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 65 100 -
CMYK 0.99 0.35 0 0.61
HSL 201.21º 0.98% 0.2% -
HSV(B) 201.21º 0.99% 0.39% -
XYZ 4.2 4.71 12.74 -
YUV 49.85 156.3 93.15 -
System Red Green Blue C M Y K H S L
Decimal 1 65 100 0.99 0.35 0 0.61 201.21 0.98 0.2
Hex 1 41 64 63 23 0 3D C9 62 14
Octal 1 101 144 143 43 0 75 311 142 24
Binary 1 1000001 1100100 1100011 100011 0 111101 11001001 1100010 10100

Color Harmonies of #014164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014164

Black with #014164

Text Example


Text Example

White with #014164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014164; }

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

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

background-color css

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

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

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

border-color css

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

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

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