Html Css Color HEX #01264E Prussian Blue

📋 copy color: '#01264E'

red 1 ◦ green 38 ◦ blue 78

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

Shades of Prussian Blue #01264E

Tints of Prussian Blue #01264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.48%

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

R = 0.85%
G = 32.48%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01264E (or 0x01264E) is known color: Prussian Blue. HEX triplet: 01, 26 and 4E. RGB value is (1,38,78). Sum of RGB (Red+Green+Blue) = 1+38+78=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 78 (30.86% from 255 or 66.67% from 117); Max value from RGB is 78 - color contains mainly: blue. Hex color #01264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01264E is #FED9B1. Grayscale: #1F1F1F. Windows color (decimal): -16701874 or 5121537. OLE color: 5121537.

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

Color convert

RGB 1 38 78 -
CMYK 0.99 0.51 0 0.69
HSL 211.17º 0.97% 0.15% -
HSV(B) 211.17º 0.99% 0.31% -
XYZ 2.08 1.94 7.47 -
YUV 31.5 154.24 106.25 -
System Red Green Blue C M Y K H S L
Decimal 1 38 78 0.99 0.51 0 0.69 211.17 0.97 0.15
Hex 1 26 4E 63 33 0 45 D3 61 F
Octal 1 46 116 143 63 0 105 323 141 17
Binary 1 100110 1001110 1100011 110011 0 1000101 11010011 1100001 1111

Color Harmonies of #01264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01264E

Black with #01264E

Text Example


Text Example

White with #01264E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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