Html Css Color HEX #01285C Prussian Blue

📋 copy color: '#01285C'

red 1 ◦ green 40 ◦ blue 92

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

Shades of Prussian Blue #01285C

Tints of Prussian Blue #01285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 69.17%

R = 0.75%
G = 30.08%
B = 69.17%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01285C (or 0x01285C) is known color: Prussian Blue. HEX triplet: 01, 28 and 5C. RGB value is (1,40,92). Sum of RGB (Red+Green+Blue) = 1+40+92=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 92 (36.33% from 255 or 69.17% from 133); Max value from RGB is 92 - color contains mainly: blue. Hex color #01285C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01285C is #FED7A3. Grayscale: #222222. Windows color (decimal): -16701348 or 6039553. OLE color: 6039553.

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

Color convert

RGB 1 40 92 -
CMYK 0.99 0.57 0 0.64
HSL 214.29º 0.98% 0.18% -
HSV(B) 214.29º 0.99% 0.36% -
XYZ 2.7 2.3 10.43 -
YUV 34.27 160.58 104.27 -
System Red Green Blue C M Y K H S L
Decimal 1 40 92 0.99 0.57 0 0.64 214.29 0.98 0.18
Hex 1 28 5C 63 39 0 40 D6 62 12
Octal 1 50 134 143 71 0 100 326 142 22
Binary 1 101000 1011100 1100011 111001 0 1000000 11010110 1100010 10010

Color Harmonies of #01285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01285C

Black with #01285C

Text Example


Text Example

White with #01285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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