Html Css Color HEX #012B63 Prussian Blue

📋 copy color: '#012B63'

red 1 ◦ green 43 ◦ blue 99

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

Shades of Prussian Blue #012B63

Tints of Prussian Blue #012B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 69.23%

R = 0.7%
G = 30.07%
B = 69.23%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#012B63 (or 0x012B63) is known color: Prussian Blue. HEX triplet: 01, 2B and 63. RGB value is (1,43,99). Sum of RGB (Red+Green+Blue) = 1+43+99=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 43 (17.19% from 255 or 30.07% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #012B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012B63 is #FED49C. Grayscale: #242424. Windows color (decimal): -16700573 or 6499073. OLE color: 6499073.

HSL color Cylindrical-coordinate representation of color #012B63: hue angle of 214.29º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012B63 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 43 99 -
CMYK 0.99 0.57 0 0.61
HSL 214.29º 0.98% 0.2% -
HSV(B) 214.29º 0.99% 0.39% -
XYZ 3.13 2.64 12.15 -
YUV 36.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 1 43 99 0.99 0.57 0 0.61 214.29 0.98 0.2
Hex 1 2B 63 63 39 0 3D D6 62 14
Octal 1 53 143 143 71 0 75 326 142 24
Binary 1 101011 1100011 1100011 111001 0 111101 11010110 1100010 10100

Color Harmonies of #012B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B63

Black with #012B63

Text Example


Text Example

White with #012B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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