Html Css Color HEX #013752 Prussian Blue

📋 copy color: '#013752'

red 1 ◦ green 55 ◦ blue 82

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

Shades of Prussian Blue #013752

Tints of Prussian Blue #013752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.86%

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

R = 0.72%
G = 39.86%
B = 59.42%

CMYK

 C value IS 0.99

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#013752 (or 0x013752) is known color: Prussian Blue. HEX triplet: 01, 37 and 52. RGB value is (1,55,82). Sum of RGB (Red+Green+Blue) = 1+55+82=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #013752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013752 is #FEC8AD. Grayscale: #292929. Windows color (decimal): -16697518 or 5388033. OLE color: 5388033.

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

Color convert

RGB 1 55 82 -
CMYK 0.99 0.33 0 0.68
HSL 200º 0.98% 0.16% -
HSV(B) 200º 0.99% 0.32% -
XYZ 2.9 3.35 8.48 -
YUV 41.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 1 55 82 0.99 0.33 0 0.68 200 0.98 0.16
Hex 1 37 52 63 21 0 44 C8 62 10
Octal 1 67 122 143 41 0 104 310 142 20
Binary 1 110111 1010010 1100011 100001 0 1000100 11001000 1100010 10000

Color Harmonies of #013752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013752

Black with #013752

Text Example


Text Example

White with #013752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013752; }

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

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

background-color css

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

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

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

border-color css

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

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

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