Html Css Color HEX #013074 Prussian Blue

📋 copy color: '#013074'

red 1 ◦ green 48 ◦ blue 116

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

Shades of Prussian Blue #013074

Tints of Prussian Blue #013074

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.09%

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

R = 0.61%
G = 29.09%
B = 70.3%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013074 (or 0x013074) is known color: Prussian Blue. HEX triplet: 01, 30 and 74. RGB value is (1,48,116). Sum of RGB (Red+Green+Blue) = 1+48+116=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 116 (45.70% from 255 or 70.30% from 165); Max value from RGB is 116 - color contains mainly: blue. Hex color #013074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013074 is #FECF8B. Grayscale: #292929. Windows color (decimal): -16699276 or 7614465. OLE color: 7614465.

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

Color convert

RGB 1 48 116 -
CMYK 0.99 0.59 0 0.55
HSL 215.48º 0.98% 0.23% -
HSV(B) 215.48º 0.99% 0.45% -
XYZ 4.22 3.38 16.95 -
YUV 41.7 169.93 98.97 -
System Red Green Blue C M Y K H S L
Decimal 1 48 116 0.99 0.59 0 0.55 215.48 0.98 0.23
Hex 1 30 74 63 3B 0 37 D7 62 17
Octal 1 60 164 143 73 0 67 327 142 27
Binary 1 110000 1110100 1100011 111011 0 110111 11010111 1100010 10111

Color Harmonies of #013074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013074

Black with #013074

Text Example


Text Example

White with #013074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013074; }

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

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

background-color css

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

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

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

border-color css

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

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

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