Html Css Color HEX #01244F Prussian Blue

📋 copy color: '#01244F'

red 1 ◦ green 36 ◦ blue 79

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

Shades of Prussian Blue #01244F

Tints of Prussian Blue #01244F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 68.1%

R = 0.86%
G = 31.03%
B = 68.1%

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

#01244F (or 0x01244F) is known color: Prussian Blue. HEX triplet: 01, 24 and 4F. RGB value is (1,36,79). Sum of RGB (Red+Green+Blue) = 1+36+79=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 79 (31.25% from 255 or 68.10% from 116); Max value from RGB is 79 - color contains mainly: blue. Hex color #01244F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01244F is #FEDBB0. Grayscale: #1E1E1E. Windows color (decimal): -16702385 or 5186561. OLE color: 5186561.

HSL color Cylindrical-coordinate representation of color #01244F: hue angle of 213.08º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01244F is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 36 79 -
CMYK 0.99 0.54 0 0.69
HSL 213.08º 0.98% 0.16% -
HSV(B) 213.08º 0.99% 0.31% -
XYZ 2.05 1.83 7.64 -
YUV 30.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 1 36 79 0.99 0.54 0 0.69 213.08 0.98 0.16
Hex 1 24 4F 63 36 0 45 D5 62 10
Octal 1 44 117 143 66 0 105 325 142 20
Binary 1 100100 1001111 1100011 110110 0 1000101 11010101 1100010 10000

Color Harmonies of #01244F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01244F

Black with #01244F

Text Example


Text Example

White with #01244F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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