Html Css Color HEX #01254B Prussian Blue

📋 copy color: '#01254B'

red 1 ◦ green 37 ◦ blue 75

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

Shades of Prussian Blue #01254B

Tints of Prussian Blue #01254B

RGB

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

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

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

R = 0.88%
G = 32.74%
B = 66.37%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01254B (or 0x01254B) is known color: Prussian Blue. HEX triplet: 01, 25 and 4B. RGB value is (1,37,75). Sum of RGB (Red+Green+Blue) = 1+37+75=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 75 (29.69% from 255 or 66.37% from 113); Max value from RGB is 75 - color contains mainly: blue. Hex color #01254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01254B is #FEDAB4. Grayscale: #1E1E1E. Windows color (decimal): -16702133 or 4924673. OLE color: 4924673.

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

Color convert

RGB 1 37 75 -
CMYK 0.99 0.51 0 0.71
HSL 210.81º 0.97% 0.15% -
HSV(B) 210.81º 0.99% 0.29% -
XYZ 1.94 1.84 6.91 -
YUV 30.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 1 37 75 0.99 0.51 0 0.71 210.81 0.97 0.15
Hex 1 25 4B 63 33 0 47 D3 61 F
Octal 1 45 113 143 63 0 107 323 141 17
Binary 1 100101 1001011 1100011 110011 0 1000111 11010011 1100001 1111

Color Harmonies of #01254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01254B

Black with #01254B

Text Example


Text Example

White with #01254B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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