Html Css Color HEX #01284E Prussian Blue

📋 copy color: '#01284E'

red 1 ◦ green 40 ◦ blue 78

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

Shades of Prussian Blue #01284E

Tints of Prussian Blue #01284E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 65.55%

R = 0.84%
G = 33.61%
B = 65.55%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01284E (or 0x01284E) is known color: Prussian Blue. HEX triplet: 01, 28 and 4E. RGB value is (1,40,78). Sum of RGB (Red+Green+Blue) = 1+40+78=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 78 (30.86% from 255 or 65.55% from 119); Max value from RGB is 78 - color contains mainly: blue. Hex color #01284E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01284E is #FED7B1. Grayscale: #202020. Windows color (decimal): -16701362 or 5122049. OLE color: 5122049.

HSL color Cylindrical-coordinate representation of color #01284E: hue angle of 209.61º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01284E is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 40 78 -
CMYK 0.99 0.49 0 0.69
HSL 209.61º 0.97% 0.15% -
HSV(B) 209.61º 0.99% 0.31% -
XYZ 2.15 2.07 7.49 -
YUV 32.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 1 40 78 0.99 0.49 0 0.69 209.61 0.97 0.15
Hex 1 28 4E 63 31 0 45 D2 61 F
Octal 1 50 116 143 61 0 105 322 141 17
Binary 1 101000 1001110 1100011 110001 0 1000101 11010010 1100001 1111

Color Harmonies of #01284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01284E

Black with #01284E

Text Example


Text Example

White with #01284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01284E; }

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

 H1.HeaderClassName
 {
   color: #01284E;
 }
 .AnyTagClassName
 {
   color: #01284E;
 }
</style>

background-color css

<style>
 a { background-color: #01284E; }

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

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

border-color css

<style>
 span { border-color: #01284E; }

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

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