Html Css Color HEX #013652 Prussian Blue

📋 copy color: '#013652'

red 1 ◦ green 54 ◦ blue 82

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

Shades of Prussian Blue #013652

Tints of Prussian Blue #013652

RGB

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

 GREEN value IS 54 (21.48% from 255) = 39.42%

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

R = 0.73%
G = 39.42%
B = 59.85%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#013652 (or 0x013652) is known color: Prussian Blue. HEX triplet: 01, 36 and 52. RGB value is (1,54,82). Sum of RGB (Red+Green+Blue) = 1+54+82=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #013652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013652 is #FEC9AD. Grayscale: #292929. Windows color (decimal): -16697774 or 5387777. OLE color: 5387777.

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

Color convert

RGB 1 54 82 -
CMYK 0.99 0.34 0 0.68
HSL 200.74º 0.98% 0.16% -
HSV(B) 200.74º 0.99% 0.32% -
XYZ 2.85 3.25 8.46 -
YUV 41.35 150.94 99.22 -
System Red Green Blue C M Y K H S L
Decimal 1 54 82 0.99 0.34 0 0.68 200.74 0.98 0.16
Hex 1 36 52 63 22 0 44 C9 62 10
Octal 1 66 122 143 42 0 104 311 142 20
Binary 1 110110 1010010 1100011 100010 0 1000100 11001001 1100010 10000

Color Harmonies of #013652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013652

Black with #013652

Text Example


Text Example

White with #013652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013652; }

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

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

background-color css

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

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

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

border-color css

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

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

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