Html Css Color HEX #01274F Prussian Blue

📋 copy color: '#01274F'

red 1 ◦ green 39 ◦ blue 79

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

Shades of Prussian Blue #01274F

Tints of Prussian Blue #01274F

RGB

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

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

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

R = 0.84%
G = 32.77%
B = 66.39%

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

#01274F (or 0x01274F) is known color: Prussian Blue. HEX triplet: 01, 27 and 4F. RGB value is (1,39,79). Sum of RGB (Red+Green+Blue) = 1+39+79=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #01274F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01274F is #FED8B0. Grayscale: #202020. Windows color (decimal): -16701617 or 5187329. OLE color: 5187329.

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

Color convert

RGB 1 39 79 -
CMYK 0.99 0.51 0 0.69
HSL 210.77º 0.98% 0.16% -
HSV(B) 210.77º 0.99% 0.31% -
XYZ 2.15 2.02 7.67 -
YUV 32.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 1 39 79 0.99 0.51 0 0.69 210.77 0.98 0.16
Hex 1 27 4F 63 33 0 45 D3 62 10
Octal 1 47 117 143 63 0 105 323 142 20
Binary 1 100111 1001111 1100011 110011 0 1000101 11010011 1100010 10000

Color Harmonies of #01274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01274F

Black with #01274F

Text Example


Text Example

White with #01274F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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