Html Css Color HEX #01264A Prussian Blue

📋 copy color: '#01264A'

red 1 ◦ green 38 ◦ blue 74

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

Shades of Prussian Blue #01264A

Tints of Prussian Blue #01264A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 65.49%

R = 0.88%
G = 33.63%
B = 65.49%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01264A (or 0x01264A) is known color: Prussian Blue. HEX triplet: 01, 26 and 4A. RGB value is (1,38,74). Sum of RGB (Red+Green+Blue) = 1+38+74=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #01264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01264A is #FED9B5. Grayscale: #1E1E1E. Windows color (decimal): -16701878 or 4859393. OLE color: 4859393.

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

Color convert

RGB 1 38 74 -
CMYK 0.99 0.49 0 0.71
HSL 209.59º 0.97% 0.15% -
HSV(B) 209.59º 0.99% 0.29% -
XYZ 1.94 1.89 6.74 -
YUV 31.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 1 38 74 0.99 0.49 0 0.71 209.59 0.97 0.15
Hex 1 26 4A 63 31 0 47 D2 61 F
Octal 1 46 112 143 61 0 107 322 141 17
Binary 1 100110 1001010 1100011 110001 0 1000111 11010010 1100001 1111

Color Harmonies of #01264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01264A

Black with #01264A

Text Example


Text Example

White with #01264A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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