Html Css Color HEX #013351 Prussian Blue

📋 copy color: '#013351'

red 1 ◦ green 51 ◦ blue 81

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

Shades of Prussian Blue #013351

Tints of Prussian Blue #013351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 60.9%

R = 0.75%
G = 38.35%
B = 60.9%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#013351 (or 0x013351) is known color: Prussian Blue. HEX triplet: 01, 33 and 51. RGB value is (1,51,81). Sum of RGB (Red+Green+Blue) = 1+51+81=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #013351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013351 is #FECCAE. Grayscale: #272727. Windows color (decimal): -16698543 or 5321473. OLE color: 5321473.

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

Color convert

RGB 1 51 81 -
CMYK 0.99 0.37 0 0.68
HSL 202.5º 0.98% 0.16% -
HSV(B) 202.5º 0.99% 0.32% -
XYZ 2.68 2.97 8.22 -
YUV 39.47 151.44 100.56 -
System Red Green Blue C M Y K H S L
Decimal 1 51 81 0.99 0.37 0 0.68 202.5 0.98 0.16
Hex 1 33 51 63 25 0 44 CA 62 10
Octal 1 63 121 143 45 0 104 312 142 20
Binary 1 110011 1010001 1100011 100101 0 1000100 11001010 1100010 10000

Color Harmonies of #013351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013351

Black with #013351

Text Example


Text Example

White with #013351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013351; }

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

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

background-color css

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

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

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

border-color css

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

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

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