Html Css Color HEX #013052 Prussian Blue

📋 copy color: '#013052'

red 1 ◦ green 48 ◦ blue 82

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

Shades of Prussian Blue #013052

Tints of Prussian Blue #013052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 62.6%

R = 0.76%
G = 36.64%
B = 62.6%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#013052 (or 0x013052) is known color: Prussian Blue. HEX triplet: 01, 30 and 52. RGB value is (1,48,82). Sum of RGB (Red+Green+Blue) = 1+48+82=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #013052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013052 is #FECFAD. Grayscale: #252525. Windows color (decimal): -16699310 or 5386241. OLE color: 5386241.

HSL color Cylindrical-coordinate representation of color #013052: hue angle of 205.19º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013052 is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 1 48 82 -
CMYK 0.99 0.41 0 0.68
HSL 205.19º 0.98% 0.16% -
HSV(B) 205.19º 0.99% 0.32% -
XYZ 2.59 2.73 8.37 -
YUV 37.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 1 48 82 0.99 0.41 0 0.68 205.19 0.98 0.16
Hex 1 30 52 63 29 0 44 CD 62 10
Octal 1 60 122 143 51 0 104 315 142 20
Binary 1 110000 1010010 1100011 101001 0 1000100 11001101 1100010 10000

Color Harmonies of #013052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013052

Black with #013052

Text Example


Text Example

White with #013052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013052; }

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

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

background-color css

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

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

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

border-color css

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

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

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