Html Css Color HEX #013252 Prussian Blue

📋 copy color: '#013252'

red 1 ◦ green 50 ◦ blue 82

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

Shades of Prussian Blue #013252

Tints of Prussian Blue #013252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.59%

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

R = 0.75%
G = 37.59%
B = 61.65%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#013252 (or 0x013252) is known color: Prussian Blue. HEX triplet: 01, 32 and 52. RGB value is (1,50,82). Sum of RGB (Red+Green+Blue) = 1+50+82=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #013252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013252 is #FECDAD. Grayscale: #262626. Windows color (decimal): -16698798 or 5386753. OLE color: 5386753.

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

Color convert

RGB 1 50 82 -
CMYK 0.99 0.39 0 0.68
HSL 203.7º 0.98% 0.16% -
HSV(B) 203.7º 0.99% 0.32% -
XYZ 2.68 2.9 8.4 -
YUV 39 152.27 100.9 -
System Red Green Blue C M Y K H S L
Decimal 1 50 82 0.99 0.39 0 0.68 203.7 0.98 0.16
Hex 1 32 52 63 27 0 44 CC 62 10
Octal 1 62 122 143 47 0 104 314 142 20
Binary 1 110010 1010010 1100011 100111 0 1000100 11001100 1100010 10000

Color Harmonies of #013252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013252

Black with #013252

Text Example


Text Example

White with #013252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013252; }

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

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

background-color css

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

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

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

border-color css

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

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

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