Html Css Color HEX #01294B Prussian Blue

📋 copy color: '#01294B'

red 1 ◦ green 41 ◦ blue 75

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

Shades of Prussian Blue #01294B

Tints of Prussian Blue #01294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 64.1%

R = 0.85%
G = 35.04%
B = 64.1%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01294B (or 0x01294B) is known color: Prussian Blue. HEX triplet: 01, 29 and 4B. RGB value is (1,41,75). Sum of RGB (Red+Green+Blue) = 1+41+75=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 75 (29.69% from 255 or 64.10% from 117); Max value from RGB is 75 - color contains mainly: blue. Hex color #01294B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01294B is #FED6B4. Grayscale: #202020. Windows color (decimal): -16701109 or 4925697. OLE color: 4925697.

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

Color convert

RGB 1 41 75 -
CMYK 0.99 0.45 0 0.71
HSL 207.57º 0.97% 0.15% -
HSV(B) 207.57º 0.99% 0.29% -
XYZ 2.08 2.1 6.95 -
YUV 32.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 1 41 75 0.99 0.45 0 0.71 207.57 0.97 0.15
Hex 1 29 4B 63 2D 0 47 D0 61 F
Octal 1 51 113 143 55 0 107 320 141 17
Binary 1 101001 1001011 1100011 101101 0 1000111 11010000 1100001 1111

Color Harmonies of #01294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01294B

Black with #01294B

Text Example


Text Example

White with #01294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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