Html Css Color HEX #012960 Prussian Blue

📋 copy color: '#012960'

red 1 ◦ green 41 ◦ blue 96

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

Shades of Prussian Blue #012960

Tints of Prussian Blue #012960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 69.57%

R = 0.72%
G = 29.71%
B = 69.57%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#012960 (or 0x012960) is known color: Prussian Blue. HEX triplet: 01, 29 and 60. RGB value is (1,41,96). Sum of RGB (Red+Green+Blue) = 1+41+96=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #012960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012960 is #FED69F. Grayscale: #232323. Windows color (decimal): -16701088 or 6301953. OLE color: 6301953.

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

Color convert

RGB 1 41 96 -
CMYK 0.99 0.57 0 0.62
HSL 214.74º 0.98% 0.19% -
HSV(B) 214.74º 0.99% 0.38% -
XYZ 2.92 2.44 11.38 -
YUV 35.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 1 41 96 0.99 0.57 0 0.62 214.74 0.98 0.19
Hex 1 29 60 63 39 0 3E D7 62 13
Octal 1 51 140 143 71 0 76 327 142 23
Binary 1 101001 1100000 1100011 111001 0 111110 11010111 1100010 10011

Color Harmonies of #012960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012960

Black with #012960

Text Example


Text Example

White with #012960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012960; }

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

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

background-color css

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

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

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

border-color css

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

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

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