Html Css Color HEX #014967 Prussian Blue

📋 copy color: '#014967'

red 1 ◦ green 73 ◦ blue 103

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

Shades of Prussian Blue #014967

Tints of Prussian Blue #014967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 58.19%

R = 0.56%
G = 41.24%
B = 58.19%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#014967 (or 0x014967) is known color: Prussian Blue. HEX triplet: 01, 49 and 67. RGB value is (1,73,103). Sum of RGB (Red+Green+Blue) = 1+73+103=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #014967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014967 is #FEB698. Grayscale: #363636. Windows color (decimal): -16692889 or 6768897. OLE color: 6768897.

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

Color convert

RGB 1 73 103 -
CMYK 0.99 0.29 0 0.60
HSL 197.65º 0.98% 0.2% -
HSV(B) 197.65º 0.99% 0.4% -
XYZ 4.84 5.75 13.69 -
YUV 54.89 155.15 89.56 -
System Red Green Blue C M Y K H S L
Decimal 1 73 103 0.99 0.29 0 0.60 197.65 0.98 0.2
Hex 1 49 67 63 1D 0 3C C6 62 14
Octal 1 111 147 143 35 0 74 306 142 24
Binary 1 1001001 1100111 1100011 11101 0 111100 11000110 1100010 10100

Color Harmonies of #014967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014967

Black with #014967

Text Example


Text Example

White with #014967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014967; }

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

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

background-color css

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

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

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

border-color css

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

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

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