Html Css Color HEX #013453 Prussian Blue

📋 copy color: '#013453'

red 1 ◦ green 52 ◦ blue 83

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

Shades of Prussian Blue #013453

Tints of Prussian Blue #013453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 38.24%

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

R = 0.74%
G = 38.24%
B = 61.03%

CMYK

 C value IS 0.99

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#013453 (or 0x013453) is known color: Prussian Blue. HEX triplet: 01, 34 and 53. RGB value is (1,52,83). Sum of RGB (Red+Green+Blue) = 1+52+83=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 52 (20.70% from 255 or 38.24% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #013453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013453 is #FECBAC. Grayscale: #282828. Windows color (decimal): -16698285 or 5452801. OLE color: 5452801.

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

Color convert

RGB 1 52 83 -
CMYK 0.99 0.37 0 0.67
HSL 202.68º 0.98% 0.16% -
HSV(B) 202.68º 0.99% 0.33% -
XYZ 2.8 3.09 8.63 -
YUV 40.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 1 52 83 0.99 0.37 0 0.67 202.68 0.98 0.16
Hex 1 34 53 63 25 0 43 CB 62 10
Octal 1 64 123 143 45 0 103 313 142 20
Binary 1 110100 1010011 1100011 100101 0 1000011 11001011 1100010 10000

Color Harmonies of #013453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013453

Black with #013453

Text Example


Text Example

White with #013453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013453; }

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

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

background-color css

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

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

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

border-color css

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

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

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