Html Css Color HEX #013352 Prussian Blue

📋 copy color: '#013352'

red 1 ◦ green 51 ◦ blue 82

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

Shades of Prussian Blue #013352

Tints of Prussian Blue #013352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.06%

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

R = 0.75%
G = 38.06%
B = 61.19%

CMYK

 C value IS 0.99

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#013352 (or 0x013352) is known color: Prussian Blue. HEX triplet: 01, 33 and 52. RGB value is (1,51,82). Sum of RGB (Red+Green+Blue) = 1+51+82=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 82 (32.42% from 255 or 61.19% from 134); Max value from RGB is 82 - color contains mainly: blue. Hex color #013352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013352 is #FECCAD. Grayscale: #272727. Windows color (decimal): -16698542 or 5387009. OLE color: 5387009.

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

Color convert

RGB 1 51 82 -
CMYK 0.99 0.38 0 0.68
HSL 202.96º 0.98% 0.16% -
HSV(B) 202.96º 0.99% 0.32% -
XYZ 2.72 2.98 8.42 -
YUV 39.58 151.94 100.48 -
System Red Green Blue C M Y K H S L
Decimal 1 51 82 0.99 0.38 0 0.68 202.96 0.98 0.16
Hex 1 33 52 63 26 0 44 CB 62 10
Octal 1 63 122 143 46 0 104 313 142 20
Binary 1 110011 1010010 1100011 100110 0 1000100 11001011 1100010 10000

Color Harmonies of #013352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013352

Black with #013352

Text Example


Text Example

White with #013352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013352; }

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

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

background-color css

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

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

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

border-color css

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

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

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