Html Css Color HEX #01254F Prussian Blue

📋 copy color: '#01254F'

red 1 ◦ green 37 ◦ blue 79

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

Shades of Prussian Blue #01254F

Tints of Prussian Blue #01254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 67.52%

R = 0.85%
G = 31.62%
B = 67.52%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01254F (or 0x01254F) is known color: Prussian Blue. HEX triplet: 01, 25 and 4F. RGB value is (1,37,79). Sum of RGB (Red+Green+Blue) = 1+37+79=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #01254F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01254F is #FEDAB0. Grayscale: #1E1E1E. Windows color (decimal): -16702129 or 5186817. OLE color: 5186817.

HSL color Cylindrical-coordinate representation of color #01254F: hue angle of 212.31º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01254F is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 37 79 -
CMYK 0.99 0.53 0 0.69
HSL 212.31º 0.98% 0.16% -
HSV(B) 212.31º 0.99% 0.31% -
XYZ 2.09 1.89 7.65 -
YUV 31.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 1 37 79 0.99 0.53 0 0.69 212.31 0.98 0.16
Hex 1 25 4F 63 35 0 45 D4 62 10
Octal 1 45 117 143 65 0 105 324 142 20
Binary 1 100101 1001111 1100011 110101 0 1000101 11010100 1100010 10000

Color Harmonies of #01254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01254F

Black with #01254F

Text Example


Text Example

White with #01254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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