Html Css Color HEX #012950 Prussian Blue

📋 copy color: '#012950'

red 1 ◦ green 41 ◦ blue 80

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

Shades of Prussian Blue #012950

Tints of Prussian Blue #012950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.61%

 BLUE value IS 80 (31.64% from 255) = 65.57%

R = 0.82%
G = 33.61%
B = 65.57%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#012950 (or 0x012950) is known color: Prussian Blue. HEX triplet: 01, 29 and 50. RGB value is (1,41,80). Sum of RGB (Red+Green+Blue) = 1+41+80=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 80 (31.64% from 255 or 65.57% from 122); Max value from RGB is 80 - color contains mainly: blue. Hex color #012950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012950 is #FED6AF. Grayscale: #212121. Windows color (decimal): -16701104 or 5253377. OLE color: 5253377.

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

Color convert

RGB 1 41 80 -
CMYK 0.99 0.49 0 0.69
HSL 209.62º 0.98% 0.16% -
HSV(B) 209.62º 0.99% 0.31% -
XYZ 2.25 2.17 7.89 -
YUV 33.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 1 41 80 0.99 0.49 0 0.69 209.62 0.98 0.16
Hex 1 29 50 63 31 0 45 D2 62 10
Octal 1 51 120 143 61 0 105 322 142 20
Binary 1 101001 1010000 1100011 110001 0 1000101 11010010 1100010 10000

Color Harmonies of #012950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012950

Black with #012950

Text Example


Text Example

White with #012950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012950; }

 p { color: rgb(1,41,80); }

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

background-color css

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

 a { background-color: rgb(1,41,80); }

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

border-color css

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

 span { border-color: rgb(1,41,80); }

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