Html Css Color HEX #013253 Prussian Blue

📋 copy color: '#013253'

red 1 ◦ green 50 ◦ blue 83

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

Shades of Prussian Blue #013253

Tints of Prussian Blue #013253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.31%

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

R = 0.75%
G = 37.31%
B = 61.94%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013253 (or 0x013253) is known color: Prussian Blue. HEX triplet: 01, 32 and 53. RGB value is (1,50,83). Sum of RGB (Red+Green+Blue) = 1+50+83=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 83 (32.81% from 255 or 61.94% from 134); Max value from RGB is 83 - color contains mainly: blue. Hex color #013253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013253 is #FECDAC. Grayscale: #262626. Windows color (decimal): -16698797 or 5452289. OLE color: 5452289.

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

Color convert

RGB 1 50 83 -
CMYK 0.99 0.40 0 0.67
HSL 204.15º 0.98% 0.16% -
HSV(B) 204.15º 0.99% 0.33% -
XYZ 2.71 2.91 8.6 -
YUV 39.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 1 50 83 0.99 0.40 0 0.67 204.15 0.98 0.16
Hex 1 32 53 63 28 0 43 CC 62 10
Octal 1 62 123 143 50 0 103 314 142 20
Binary 1 110010 1010011 1100011 101000 0 1000011 11001100 1100010 10000

Color Harmonies of #013253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013253

Black with #013253

Text Example


Text Example

White with #013253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013253; }

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

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

background-color css

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

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

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

border-color css

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

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

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