Html Css Color HEX #013075 Prussian Blue

📋 copy color: '#013075'

red 1 ◦ green 48 ◦ blue 117

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

Shades of Prussian Blue #013075

Tints of Prussian Blue #013075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 70.48%

R = 0.6%
G = 28.92%
B = 70.48%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#013075 (or 0x013075) is known color: Prussian Blue. HEX triplet: 01, 30 and 75. RGB value is (1,48,117). Sum of RGB (Red+Green+Blue) = 1+48+117=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #013075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013075 is #FECF8A. Grayscale: #292929. Windows color (decimal): -16699275 or 7680001. OLE color: 7680001.

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

Color convert

RGB 1 48 117 -
CMYK 0.99 0.59 0 0.54
HSL 215.69º 0.98% 0.23% -
HSV(B) 215.69º 0.99% 0.46% -
XYZ 4.28 3.4 17.26 -
YUV 41.81 170.43 98.89 -
System Red Green Blue C M Y K H S L
Decimal 1 48 117 0.99 0.59 0 0.54 215.69 0.98 0.23
Hex 1 30 75 63 3B 0 36 D8 62 17
Octal 1 60 165 143 73 0 66 330 142 27
Binary 1 110000 1110101 1100011 111011 0 110110 11011000 1100010 10111

Color Harmonies of #013075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013075

Black with #013075

Text Example


Text Example

White with #013075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013075; }

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

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

background-color css

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

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

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

border-color css

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

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

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