Html Css Color HEX #013259 Prussian Blue

📋 copy color: '#013259'

red 1 ◦ green 50 ◦ blue 89

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

Shades of Prussian Blue #013259

Tints of Prussian Blue #013259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 63.57%

R = 0.71%
G = 35.71%
B = 63.57%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#013259 (or 0x013259) is known color: Prussian Blue. HEX triplet: 01, 32 and 59. RGB value is (1,50,89). Sum of RGB (Red+Green+Blue) = 1+50+89=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #013259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013259 is #FECDA6. Grayscale: #272727. Windows color (decimal): -16698791 or 5845505. OLE color: 5845505.

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

Color convert

RGB 1 50 89 -
CMYK 0.99 0.44 0 0.65
HSL 206.59º 0.98% 0.18% -
HSV(B) 206.59º 0.99% 0.35% -
XYZ 2.96 3.01 9.88 -
YUV 39.8 155.77 100.33 -
System Red Green Blue C M Y K H S L
Decimal 1 50 89 0.99 0.44 0 0.65 206.59 0.98 0.18
Hex 1 32 59 63 2C 0 41 CF 62 12
Octal 1 62 131 143 54 0 101 317 142 22
Binary 1 110010 1011001 1100011 101100 0 1000001 11001111 1100010 10010

Color Harmonies of #013259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013259

Black with #013259

Text Example


Text Example

White with #013259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013259; }

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

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

background-color css

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

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

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

border-color css

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

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

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