Html Css Color HEX #01244E Prussian Blue

📋 copy color: '#01244E'

red 1 ◦ green 36 ◦ blue 78

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

Shades of Prussian Blue #01244E

Tints of Prussian Blue #01244E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.3%

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

R = 0.87%
G = 31.3%
B = 67.83%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01244E (or 0x01244E) is known color: Prussian Blue. HEX triplet: 01, 24 and 4E. RGB value is (1,36,78). Sum of RGB (Red+Green+Blue) = 1+36+78=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #01244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01244E is #FEDBB1. Grayscale: #1E1E1E. Windows color (decimal): -16702386 or 5121025. OLE color: 5121025.

HSL color Cylindrical-coordinate representation of color #01244E: hue angle of 212.73º 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 #01244E is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 36 78 -
CMYK 0.99 0.54 0 0.69
HSL 212.73º 0.97% 0.15% -
HSV(B) 212.73º 0.99% 0.31% -
XYZ 2.02 1.82 7.45 -
YUV 30.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 1 36 78 0.99 0.54 0 0.69 212.73 0.97 0.15
Hex 1 24 4E 63 36 0 45 D5 61 F
Octal 1 44 116 143 66 0 105 325 141 17
Binary 1 100100 1001110 1100011 110110 0 1000101 11010101 1100001 1111

Color Harmonies of #01244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01244E

Black with #01244E

Text Example


Text Example

White with #01244E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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