Html Css Color HEX #013077 Prussian Blue

📋 copy color: '#013077'

red 1 ◦ green 48 ◦ blue 119

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

Shades of Prussian Blue #013077

Tints of Prussian Blue #013077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 70.83%

R = 0.6%
G = 28.57%
B = 70.83%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#013077 (or 0x013077) is known color: Prussian Blue. HEX triplet: 01, 30 and 77. RGB value is (1,48,119). Sum of RGB (Red+Green+Blue) = 1+48+119=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 119 (46.88% from 255 or 70.83% from 168); Max value from RGB is 119 - color contains mainly: blue. Hex color #013077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013077 is #FECF88. Grayscale: #292929. Windows color (decimal): -16699273 or 7811073. OLE color: 7811073.

HSL color Cylindrical-coordinate representation of color #013077: hue angle of 216.1º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013077 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 48 119 -
CMYK 0.99 0.60 0 0.53
HSL 216.1º 0.98% 0.24% -
HSV(B) 216.1º 0.99% 0.47% -
XYZ 4.4 3.45 17.89 -
YUV 42.04 171.43 98.73 -
System Red Green Blue C M Y K H S L
Decimal 1 48 119 0.99 0.60 0 0.53 216.1 0.98 0.24
Hex 1 30 77 63 3C 0 35 D8 62 18
Octal 1 60 167 143 74 0 65 330 142 30
Binary 1 110000 1110111 1100011 111100 0 110101 11011000 1100010 11000

Color Harmonies of #013077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013077

Black with #013077

Text Example


Text Example

White with #013077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013077; }

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

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

background-color css

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

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

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

border-color css

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

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

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