Html Css Color HEX #013350 Prussian Blue

📋 copy color: '#013350'

red 1 ◦ green 51 ◦ blue 80

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

Shades of Prussian Blue #013350

Tints of Prussian Blue #013350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 60.61%

R = 0.76%
G = 38.64%
B = 60.61%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#013350 (or 0x013350) is known color: Prussian Blue. HEX triplet: 01, 33 and 50. RGB value is (1,51,80). Sum of RGB (Red+Green+Blue) = 1+51+80=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #013350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013350 is #FECCAF. Grayscale: #272727. Windows color (decimal): -16698544 or 5255937. OLE color: 5255937.

HSL color Cylindrical-coordinate representation of color #013350: hue angle of 202.03º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013350 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 51 80 -
CMYK 0.99 0.36 0 0.69
HSL 202.03º 0.98% 0.16% -
HSV(B) 202.03º 0.99% 0.31% -
XYZ 2.64 2.95 8.02 -
YUV 39.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 1 51 80 0.99 0.36 0 0.69 202.03 0.98 0.16
Hex 1 33 50 63 24 0 45 CA 62 10
Octal 1 63 120 143 44 0 105 312 142 20
Binary 1 110011 1010000 1100011 100100 0 1000101 11001010 1100010 10000

Color Harmonies of #013350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013350

Black with #013350

Text Example


Text Example

White with #013350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013350; }

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

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

background-color css

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

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

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

border-color css

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

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

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