Html Css Color HEX #012961 Prussian Blue

📋 copy color: '#012961'

red 1 ◦ green 41 ◦ blue 97

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

Shades of Prussian Blue #012961

Tints of Prussian Blue #012961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 69.78%

R = 0.72%
G = 29.5%
B = 69.78%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012961 (or 0x012961) is known color: Prussian Blue. HEX triplet: 01, 29 and 61. RGB value is (1,41,97). Sum of RGB (Red+Green+Blue) = 1+41+97=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #012961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012961 is #FED69E. Grayscale: #232323. Windows color (decimal): -16701087 or 6367489. OLE color: 6367489.

HSL color Cylindrical-coordinate representation of color #012961: hue angle of 215º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012961 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 41 97 -
CMYK 0.99 0.58 0 0.62
HSL 215º 0.98% 0.19% -
HSV(B) 215º 0.99% 0.38% -
XYZ 2.96 2.46 11.63 -
YUV 35.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 1 41 97 0.99 0.58 0 0.62 215 0.98 0.19
Hex 1 29 61 63 3A 0 3E D7 62 13
Octal 1 51 141 143 72 0 76 327 142 23
Binary 1 101001 1100001 1100011 111010 0 111110 11010111 1100010 10011

Color Harmonies of #012961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012961

Black with #012961

Text Example


Text Example

White with #012961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012961; }

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

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

background-color css

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

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

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

border-color css

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

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

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