Html Css Color HEX #013953 Prussian Blue

📋 copy color: '#013953'

red 1 ◦ green 57 ◦ blue 83

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

Shades of Prussian Blue #013953

Tints of Prussian Blue #013953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.43%

 BLUE value IS 83 (32.81% from 255) = 58.87%

R = 0.71%
G = 40.43%
B = 58.87%

CMYK

 C value IS 0.99

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013953 (or 0x013953) is known color: Prussian Blue. HEX triplet: 01, 39 and 53. RGB value is (1,57,83). Sum of RGB (Red+Green+Blue) = 1+57+83=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #013953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013953 is #FEC6AC. Grayscale: #2B2B2B. Windows color (decimal): -16697005 or 5454081. OLE color: 5454081.

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

Color convert

RGB 1 57 83 -
CMYK 0.99 0.31 0 0.67
HSL 199.02º 0.98% 0.16% -
HSV(B) 199.02º 0.99% 0.33% -
XYZ 3.04 3.56 8.71 -
YUV 43.22 150.45 97.89 -
System Red Green Blue C M Y K H S L
Decimal 1 57 83 0.99 0.31 0 0.67 199.02 0.98 0.16
Hex 1 39 53 63 1F 0 43 C7 62 10
Octal 1 71 123 143 37 0 103 307 142 20
Binary 1 111001 1010011 1100011 11111 0 1000011 11000111 1100010 10000

Color Harmonies of #013953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013953

Black with #013953

Text Example


Text Example

White with #013953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013953; }

 p { color: rgb(1,57,83); }

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

background-color css

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

 a { background-color: rgb(1,57,83); }

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

border-color css

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

 span { border-color: rgb(1,57,83); }

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