Html Css Color HEX #01274E Prussian Blue

📋 copy color: '#01274E'

red 1 ◦ green 39 ◦ blue 78

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

Shades of Prussian Blue #01274E

Tints of Prussian Blue #01274E

RGB

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

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

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

R = 0.85%
G = 33.05%
B = 66.1%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#01274E (or 0x01274E) is known color: Prussian Blue. HEX triplet: 01, 27 and 4E. RGB value is (1,39,78). Sum of RGB (Red+Green+Blue) = 1+39+78=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 78 (30.86% from 255 or 66.10% from 118); Max value from RGB is 78 - color contains mainly: blue. Hex color #01274E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01274E is #FED8B1. Grayscale: #1F1F1F. Windows color (decimal): -16701618 or 5121793. OLE color: 5121793.

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

Color convert

RGB 1 39 78 -
CMYK 0.99 0.50 0 0.69
HSL 210.39º 0.97% 0.15% -
HSV(B) 210.39º 0.99% 0.31% -
XYZ 2.11 2.01 7.48 -
YUV 32.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 1 39 78 0.99 0.50 0 0.69 210.39 0.97 0.15
Hex 1 27 4E 63 32 0 45 D2 61 F
Octal 1 47 116 143 62 0 105 322 141 17
Binary 1 100111 1001110 1100011 110010 0 1000101 11010010 1100001 1111

Color Harmonies of #01274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01274E

Black with #01274E

Text Example


Text Example

White with #01274E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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