Html Css Color HEX #01274A Prussian Blue

📋 copy color: '#01274A'

red 1 ◦ green 39 ◦ blue 74

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

Shades of Prussian Blue #01274A

Tints of Prussian Blue #01274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.21%

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

R = 0.88%
G = 34.21%
B = 64.91%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#01274A (or 0x01274A) is known color: Prussian Blue. HEX triplet: 01, 27 and 4A. RGB value is (1,39,74). Sum of RGB (Red+Green+Blue) = 1+39+74=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #01274A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01274A is #FED8B5. Grayscale: #1F1F1F. Windows color (decimal): -16701622 or 4859649. OLE color: 4859649.

HSL color Cylindrical-coordinate representation of color #01274A: hue angle of 208.77º 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 #01274A is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 39 74 -
CMYK 0.99 0.47 0 0.71
HSL 208.77º 0.97% 0.15% -
HSV(B) 208.77º 0.99% 0.29% -
XYZ 1.97 1.95 6.75 -
YUV 31.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 1 39 74 0.99 0.47 0 0.71 208.77 0.97 0.15
Hex 1 27 4A 63 2F 0 47 D1 61 F
Octal 1 47 112 143 57 0 107 321 141 17
Binary 1 100111 1001010 1100011 101111 0 1000111 11010001 1100001 1111

Color Harmonies of #01274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01274A

Black with #01274A

Text Example


Text Example

White with #01274A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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