Html Css Color HEX #013469 Prussian Blue

📋 copy color: '#013469'

red 1 ◦ green 52 ◦ blue 105

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

Shades of Prussian Blue #013469

Tints of Prussian Blue #013469

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.91%

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

R = 0.63%
G = 32.91%
B = 66.46%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013469 (or 0x013469) is known color: Prussian Blue. HEX triplet: 01, 34 and 69. RGB value is (1,52,105). Sum of RGB (Red+Green+Blue) = 1+52+105=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #013469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013469 is #FECB96. Grayscale: #2A2A2A. Windows color (decimal): -16698263 or 6894593. OLE color: 6894593.

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

Color convert

RGB 1 52 105 -
CMYK 0.99 0.50 0 0.59
HSL 210.58º 0.98% 0.21% -
HSV(B) 210.58º 0.99% 0.41% -
XYZ 3.79 3.48 13.84 -
YUV 42.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 1 52 105 0.99 0.50 0 0.59 210.58 0.98 0.21
Hex 1 34 69 63 32 0 3B D3 62 15
Octal 1 64 151 143 62 0 73 323 142 25
Binary 1 110100 1101001 1100011 110010 0 111011 11010011 1100010 10101

Color Harmonies of #013469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013469

Black with #013469

Text Example


Text Example

White with #013469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013469; }

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

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

background-color css

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

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

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

border-color css

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

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

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