Html Css Color HEX #013152 Prussian Blue

📋 copy color: '#013152'

red 1 ◦ green 49 ◦ blue 82

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

Shades of Prussian Blue #013152

Tints of Prussian Blue #013152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 37.12%

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

R = 0.76%
G = 37.12%
B = 62.12%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#013152 (or 0x013152) is known color: Prussian Blue. HEX triplet: 01, 31 and 52. RGB value is (1,49,82). Sum of RGB (Red+Green+Blue) = 1+49+82=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #013152 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013152 is #FECEAD. Grayscale: #262626. Windows color (decimal): -16699054 or 5386497. OLE color: 5386497.

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

Color convert

RGB 1 49 82 -
CMYK 0.99 0.40 0 0.68
HSL 204.44º 0.98% 0.16% -
HSV(B) 204.44º 0.99% 0.32% -
XYZ 2.63 2.81 8.39 -
YUV 38.41 152.6 101.32 -
System Red Green Blue C M Y K H S L
Decimal 1 49 82 0.99 0.40 0 0.68 204.44 0.98 0.16
Hex 1 31 52 63 28 0 44 CC 62 10
Octal 1 61 122 143 50 0 104 314 142 20
Binary 1 110001 1010010 1100011 101000 0 1000100 11001100 1100010 10000

Color Harmonies of #013152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013152

Black with #013152

Text Example


Text Example

White with #013152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013152; }

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

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

background-color css

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

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

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

border-color css

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

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

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