Html Css Color HEX #013060 Prussian Blue

📋 copy color: '#013060'

red 1 ◦ green 48 ◦ blue 96

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

Shades of Prussian Blue #013060

Tints of Prussian Blue #013060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 66.21%

R = 0.69%
G = 33.1%
B = 66.21%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#013060 (or 0x013060) is known color: Prussian Blue. HEX triplet: 01, 30 and 60. RGB value is (1,48,96). Sum of RGB (Red+Green+Blue) = 1+48+96=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #013060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013060 is #FECF9F. Grayscale: #272727. Windows color (decimal): -16699296 or 6303745. OLE color: 6303745.

HSL color Cylindrical-coordinate representation of color #013060: hue angle of 210.32º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013060 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 48 96 -
CMYK 0.99 0.50 0 0.62
HSL 210.32º 0.98% 0.19% -
HSV(B) 210.32º 0.99% 0.38% -
XYZ 3.18 2.96 11.47 -
YUV 39.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 1 48 96 0.99 0.50 0 0.62 210.32 0.98 0.19
Hex 1 30 60 63 32 0 3E D2 62 13
Octal 1 60 140 143 62 0 76 322 142 23
Binary 1 110000 1100000 1100011 110010 0 111110 11010010 1100010 10011

Color Harmonies of #013060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013060

Black with #013060

Text Example


Text Example

White with #013060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013060; }

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

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

background-color css

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

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

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

border-color css

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

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

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