Html Css Color HEX #01254D Prussian Blue

📋 copy color: '#01254D'

red 1 ◦ green 37 ◦ blue 77

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

Shades of Prussian Blue #01254D

Tints of Prussian Blue #01254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.17%

 BLUE value IS 77 (30.47% from 255) = 66.96%

R = 0.87%
G = 32.17%
B = 66.96%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01254D (or 0x01254D) is known color: Prussian Blue. HEX triplet: 01, 25 and 4D. RGB value is (1,37,77). Sum of RGB (Red+Green+Blue) = 1+37+77=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #01254D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01254D is #FEDAB2. Grayscale: #1E1E1E. Windows color (decimal): -16702131 or 5055745. OLE color: 5055745.

HSL color Cylindrical-coordinate representation of color #01254D: hue angle of 211.58º 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 #01254D is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 37 77 -
CMYK 0.99 0.52 0 0.70
HSL 211.58º 0.97% 0.15% -
HSV(B) 211.58º 0.99% 0.3% -
XYZ 2.01 1.87 7.28 -
YUV 30.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 1 37 77 0.99 0.52 0 0.70 211.58 0.97 0.15
Hex 1 25 4D 63 34 0 46 D4 61 F
Octal 1 45 115 143 64 0 106 324 141 17
Binary 1 100101 1001101 1100011 110100 0 1000110 11010100 1100001 1111

Color Harmonies of #01254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01254D

Black with #01254D

Text Example


Text Example

White with #01254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01254D; }

 p { color: rgb(1,37,77); }

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

background-color css

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

 a { background-color: rgb(1,37,77); }

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

border-color css

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

 span { border-color: rgb(1,37,77); }

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