Html Css Color HEX #013274 Prussian Blue

📋 copy color: '#013274'

red 1 ◦ green 50 ◦ blue 116

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

Shades of Prussian Blue #013274

Tints of Prussian Blue #013274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 69.46%

R = 0.6%
G = 29.94%
B = 69.46%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013274 (or 0x013274) is known color: Prussian Blue. HEX triplet: 01, 32 and 74. RGB value is (1,50,116). Sum of RGB (Red+Green+Blue) = 1+50+116=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 116 (45.70% from 255 or 69.46% from 167); Max value from RGB is 116 - color contains mainly: blue. Hex color #013274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013274 is #FECD8B. Grayscale: #2A2A2A. Windows color (decimal): -16698764 or 7614977. OLE color: 7614977.

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

Color convert

RGB 1 50 116 -
CMYK 0.99 0.57 0 0.55
HSL 214.43º 0.98% 0.23% -
HSV(B) 214.43º 0.99% 0.45% -
XYZ 4.31 3.55 16.98 -
YUV 42.87 169.27 98.13 -
System Red Green Blue C M Y K H S L
Decimal 1 50 116 0.99 0.57 0 0.55 214.43 0.98 0.23
Hex 1 32 74 63 39 0 37 D6 62 17
Octal 1 62 164 143 71 0 67 326 142 27
Binary 1 110010 1110100 1100011 111001 0 110111 11010110 1100010 10111

Color Harmonies of #013274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013274

Black with #013274

Text Example


Text Example

White with #013274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013274; }

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

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

background-color css

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

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

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

border-color css

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

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

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