Html Css Color HEX #01254C Prussian Blue

📋 copy color: '#01254C'

red 1 ◦ green 37 ◦ blue 76

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

Shades of Prussian Blue #01254C

Tints of Prussian Blue #01254C

RGB

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

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

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

R = 0.88%
G = 32.46%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#01254C (or 0x01254C) is known color: Prussian Blue. HEX triplet: 01, 25 and 4C. RGB value is (1,37,76). Sum of RGB (Red+Green+Blue) = 1+37+76=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 76 (30.08% from 255 or 66.67% from 114); Max value from RGB is 76 - color contains mainly: blue. Hex color #01254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01254C is #FEDAB3. Grayscale: #1E1E1E. Windows color (decimal): -16702132 or 4990209. OLE color: 4990209.

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

Color convert

RGB 1 37 76 -
CMYK 0.99 0.51 0 0.70
HSL 211.2º 0.97% 0.15% -
HSV(B) 211.2º 0.99% 0.3% -
XYZ 1.98 1.85 7.09 -
YUV 30.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 1 37 76 0.99 0.51 0 0.70 211.2 0.97 0.15
Hex 1 25 4C 63 33 0 46 D3 61 F
Octal 1 45 114 143 63 0 106 323 141 17
Binary 1 100101 1001100 1100011 110011 0 1000110 11010011 1100001 1111

Color Harmonies of #01254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01254C

Black with #01254C

Text Example


Text Example

White with #01254C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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