Html Css Color HEX #01285B Prussian Blue

📋 copy color: '#01285B'

red 1 ◦ green 40 ◦ blue 91

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

Shades of Prussian Blue #01285B

Tints of Prussian Blue #01285B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.3%

 BLUE value IS 91 (35.94% from 255) = 68.94%

R = 0.76%
G = 30.3%
B = 68.94%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01285B (or 0x01285B) is known color: Prussian Blue. HEX triplet: 01, 28 and 5B. RGB value is (1,40,91). Sum of RGB (Red+Green+Blue) = 1+40+91=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #01285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01285B is #FED7A4. Grayscale: #212121. Windows color (decimal): -16701349 or 5974017. OLE color: 5974017.

HSL color Cylindrical-coordinate representation of color #01285B: hue angle of 214º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01285B is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 40 91 -
CMYK 0.99 0.56 0 0.64
HSL 214º 0.98% 0.18% -
HSV(B) 214º 0.99% 0.36% -
XYZ 2.66 2.28 10.2 -
YUV 34.15 160.08 104.35 -
System Red Green Blue C M Y K H S L
Decimal 1 40 91 0.99 0.56 0 0.64 214 0.98 0.18
Hex 1 28 5B 63 38 0 40 D6 62 12
Octal 1 50 133 143 70 0 100 326 142 22
Binary 1 101000 1011011 1100011 111000 0 1000000 11010110 1100010 10010

Color Harmonies of #01285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01285B

Black with #01285B

Text Example


Text Example

White with #01285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,40,91); }

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

background-color css

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

 a { background-color: rgb(1,40,91); }

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

border-color css

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

 span { border-color: rgb(1,40,91); }

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