Html Css Color HEX #014965 Prussian Blue

📋 copy color: '#014965'

red 1 ◦ green 73 ◦ blue 101

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

Shades of Prussian Blue #014965

Tints of Prussian Blue #014965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.71%

 BLUE value IS 101 (39.84% from 255) = 57.71%

R = 0.57%
G = 41.71%
B = 57.71%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#014965 (or 0x014965) is known color: Prussian Blue. HEX triplet: 01, 49 and 65. RGB value is (1,73,101). Sum of RGB (Red+Green+Blue) = 1+73+101=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #014965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014965 is #FEB69A. Grayscale: #363636. Windows color (decimal): -16692891 or 6637825. OLE color: 6637825.

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

Color convert

RGB 1 73 101 -
CMYK 0.99 0.28 0 0.60
HSL 196.8º 0.98% 0.2% -
HSV(B) 196.8º 0.99% 0.4% -
XYZ 4.74 5.71 13.16 -
YUV 54.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 1 73 101 0.99 0.28 0 0.60 196.8 0.98 0.2
Hex 1 49 65 63 1C 0 3C C5 62 14
Octal 1 111 145 143 34 0 74 305 142 24
Binary 1 1001001 1100101 1100011 11100 0 111100 11000101 1100010 10100

Color Harmonies of #014965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014965

Black with #014965

Text Example


Text Example

White with #014965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014965; }

 p { color: rgb(1,73,101); }

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

background-color css

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

 a { background-color: rgb(1,73,101); }

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

border-color css

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

 span { border-color: rgb(1,73,101); }

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