Html Css Color HEX #01294C Prussian Blue

📋 copy color: '#01294C'

red 1 ◦ green 41 ◦ blue 76

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

Shades of Prussian Blue #01294C

Tints of Prussian Blue #01294C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 64.41%

R = 0.85%
G = 34.75%
B = 64.41%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01294C (or 0x01294C) is known color: Prussian Blue. HEX triplet: 01, 29 and 4C. RGB value is (1,41,76). Sum of RGB (Red+Green+Blue) = 1+41+76=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #01294C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01294C is #FED6B3. Grayscale: #202020. Windows color (decimal): -16701108 or 4991233. OLE color: 4991233.

HSL color Cylindrical-coordinate representation of color #01294C: hue angle of 208º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01294C is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 41 76 -
CMYK 0.99 0.46 0 0.70
HSL 208º 0.97% 0.15% -
HSV(B) 208º 0.99% 0.3% -
XYZ 2.11 2.11 7.13 -
YUV 33.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 1 41 76 0.99 0.46 0 0.70 208 0.97 0.15
Hex 1 29 4C 63 2E 0 46 D0 61 F
Octal 1 51 114 143 56 0 106 320 141 17
Binary 1 101001 1001100 1100011 101110 0 1000110 11010000 1100001 1111

Color Harmonies of #01294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01294C

Black with #01294C

Text Example


Text Example

White with #01294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01294C; }

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

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

background-color css

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

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

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

border-color css

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

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

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