Html Css Color HEX #012B53 Prussian Blue

📋 copy color: '#012B53'

red 1 ◦ green 43 ◦ blue 83

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

Shades of Prussian Blue #012B53

Tints of Prussian Blue #012B53

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.86%

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

R = 0.79%
G = 33.86%
B = 65.35%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012B53 (or 0x012B53) is known color: Prussian Blue. HEX triplet: 01, 2B and 53. RGB value is (1,43,83). Sum of RGB (Red+Green+Blue) = 1+43+83=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #012B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B53 is #FED4AC. Grayscale: #222222. Windows color (decimal): -16700589 or 5450497. OLE color: 5450497.

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

Color convert

RGB 1 43 83 -
CMYK 0.99 0.48 0 0.67
HSL 209.27º 0.98% 0.16% -
HSV(B) 209.27º 0.99% 0.33% -
XYZ 2.44 2.36 8.51 -
YUV 35 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 1 43 83 0.99 0.48 0 0.67 209.27 0.98 0.16
Hex 1 2B 53 63 30 0 43 D1 62 10
Octal 1 53 123 143 60 0 103 321 142 20
Binary 1 101011 1010011 1100011 110000 0 1000011 11010001 1100010 10000

Color Harmonies of #012B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B53

Black with #012B53

Text Example


Text Example

White with #012B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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