Html Css Color HEX #013269 Prussian Blue

📋 copy color: '#013269'

red 1 ◦ green 50 ◦ blue 105

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

Shades of Prussian Blue #013269

Tints of Prussian Blue #013269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.05%

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

R = 0.64%
G = 32.05%
B = 67.31%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#013269 (or 0x013269) is known color: Prussian Blue. HEX triplet: 01, 32 and 69. RGB value is (1,50,105). Sum of RGB (Red+Green+Blue) = 1+50+105=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 105 (41.41% from 255 or 67.31% from 156); Max value from RGB is 105 - color contains mainly: blue. Hex color #013269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013269 is #FECD96. Grayscale: #292929. Windows color (decimal): -16698775 or 6894081. OLE color: 6894081.

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

Color convert

RGB 1 50 105 -
CMYK 0.99 0.52 0 0.59
HSL 211.73º 0.98% 0.21% -
HSV(B) 211.73º 0.99% 0.41% -
XYZ 3.7 3.31 13.81 -
YUV 41.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 1 50 105 0.99 0.52 0 0.59 211.73 0.98 0.21
Hex 1 32 69 63 34 0 3B D4 62 15
Octal 1 62 151 143 64 0 73 324 142 25
Binary 1 110010 1101001 1100011 110100 0 111011 11010100 1100010 10101

Color Harmonies of #013269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013269

Black with #013269

Text Example


Text Example

White with #013269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013269; }

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

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

background-color css

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

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

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

border-color css

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

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

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