Html Css Color HEX #013275 Prussian Blue

📋 copy color: '#013275'

red 1 ◦ green 50 ◦ blue 117

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

Shades of Prussian Blue #013275

Tints of Prussian Blue #013275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 69.64%

R = 0.6%
G = 29.76%
B = 69.64%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#013275 (or 0x013275) is known color: Prussian Blue. HEX triplet: 01, 32 and 75. RGB value is (1,50,117). Sum of RGB (Red+Green+Blue) = 1+50+117=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #013275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013275 is #FECD8A. Grayscale: #2A2A2A. Windows color (decimal): -16698763 or 7680513. OLE color: 7680513.

HSL color Cylindrical-coordinate representation of color #013275: hue angle of 214.66º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013275 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 50 117 -
CMYK 0.99 0.57 0 0.54
HSL 214.66º 0.98% 0.23% -
HSV(B) 214.66º 0.99% 0.46% -
XYZ 4.36 3.57 17.29 -
YUV 42.99 169.77 98.05 -
System Red Green Blue C M Y K H S L
Decimal 1 50 117 0.99 0.57 0 0.54 214.66 0.98 0.23
Hex 1 32 75 63 39 0 36 D7 62 17
Octal 1 62 165 143 71 0 66 327 142 27
Binary 1 110010 1110101 1100011 111001 0 110110 11010111 1100010 10111

Color Harmonies of #013275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013275

Black with #013275

Text Example


Text Example

White with #013275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013275; }

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

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

background-color css

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

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

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

border-color css

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

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

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