Html Css Color HEX #014667 Prussian Blue

📋 copy color: '#014667'

red 1 ◦ green 70 ◦ blue 103

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

Shades of Prussian Blue #014667

Tints of Prussian Blue #014667

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.23%

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

R = 0.57%
G = 40.23%
B = 59.2%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#014667 (or 0x014667) is known color: Prussian Blue. HEX triplet: 01, 46 and 67. RGB value is (1,70,103). Sum of RGB (Red+Green+Blue) = 1+70+103=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #014667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014667 is #FEB998. Grayscale: #343434. Windows color (decimal): -16693657 or 6768129. OLE color: 6768129.

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

Color convert

RGB 1 70 103 -
CMYK 0.99 0.32 0 0.60
HSL 199.41º 0.98% 0.2% -
HSV(B) 199.41º 0.99% 0.4% -
XYZ 4.65 5.37 13.62 -
YUV 53.13 156.14 90.82 -
System Red Green Blue C M Y K H S L
Decimal 1 70 103 0.99 0.32 0 0.60 199.41 0.98 0.2
Hex 1 46 67 63 20 0 3C C7 62 14
Octal 1 106 147 143 40 0 74 307 142 24
Binary 1 1000110 1100111 1100011 100000 0 111100 11000111 1100010 10100

Color Harmonies of #014667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014667

Black with #014667

Text Example


Text Example

White with #014667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014667; }

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

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

background-color css

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

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

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

border-color css

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

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

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