Html Css Color HEX #013073 Prussian Blue

📋 copy color: '#013073'

red 1 ◦ green 48 ◦ blue 115

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

Shades of Prussian Blue #013073

Tints of Prussian Blue #013073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 70.12%

R = 0.61%
G = 29.27%
B = 70.12%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#013073 (or 0x013073) is known color: Prussian Blue. HEX triplet: 01, 30 and 73. RGB value is (1,48,115). Sum of RGB (Red+Green+Blue) = 1+48+115=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 115 (45.31% from 255 or 70.12% from 164); Max value from RGB is 115 - color contains mainly: blue. Hex color #013073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013073 is #FECF8C. Grayscale: #292929. Windows color (decimal): -16699277 or 7548929. OLE color: 7548929.

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

Color convert

RGB 1 48 115 -
CMYK 0.99 0.58 0 0.55
HSL 215.26º 0.98% 0.23% -
HSV(B) 215.26º 0.99% 0.45% -
XYZ 4.16 3.36 16.65 -
YUV 41.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 1 48 115 0.99 0.58 0 0.55 215.26 0.98 0.23
Hex 1 30 73 63 3A 0 37 D7 62 17
Octal 1 60 163 143 72 0 67 327 142 27
Binary 1 110000 1110011 1100011 111010 0 110111 11010111 1100010 10111

Color Harmonies of #013073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013073

Black with #013073

Text Example


Text Example

White with #013073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013073; }

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

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

background-color css

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

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

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

border-color css

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

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

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