Html Css Color HEX #014469 Prussian Blue

📋 copy color: '#014469'

red 1 ◦ green 68 ◦ blue 105

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

Shades of Prussian Blue #014469

Tints of Prussian Blue #014469

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.08%

 BLUE value IS 105 (41.41% from 255) = 60.34%

R = 0.57%
G = 39.08%
B = 60.34%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#014469 (or 0x014469) is known color: Prussian Blue. HEX triplet: 01, 44 and 69. RGB value is (1,68,105). Sum of RGB (Red+Green+Blue) = 1+68+105=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #014469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #014469 is #FEBB96. Grayscale: #333333. Windows color (decimal): -16694167 or 6898689. OLE color: 6898689.

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

Color convert

RGB 1 68 105 -
CMYK 0.99 0.35 0 0.59
HSL 201.35º 0.98% 0.21% -
HSV(B) 201.35º 0.99% 0.41% -
XYZ 4.63 5.16 14.12 -
YUV 52.19 157.8 91.49 -
System Red Green Blue C M Y K H S L
Decimal 1 68 105 0.99 0.35 0 0.59 201.35 0.98 0.21
Hex 1 44 69 63 23 0 3B C9 62 15
Octal 1 104 151 143 43 0 73 311 142 25
Binary 1 1000100 1101001 1100011 100011 0 111011 11001001 1100010 10101

Color Harmonies of #014469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014469

Black with #014469

Text Example


Text Example

White with #014469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014469; }

 p { color: rgb(1,68,105); }

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

background-color css

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

 a { background-color: rgb(1,68,105); }

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

border-color css

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

 span { border-color: rgb(1,68,105); }

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