Html Css Color HEX #012749 Prussian Blue

📋 copy color: '#012749'

red 1 ◦ green 39 ◦ blue 73

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

Shades of Prussian Blue #012749

Tints of Prussian Blue #012749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 64.6%

R = 0.88%
G = 34.51%
B = 64.6%

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

#012749 (or 0x012749) is known color: Prussian Blue. HEX triplet: 01, 27 and 49. RGB value is (1,39,73). Sum of RGB (Red+Green+Blue) = 1+39+73=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #012749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012749 is #FED8B6. Grayscale: #1F1F1F. Windows color (decimal): -16701623 or 4794113. OLE color: 4794113.

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

Color convert

RGB 1 39 73 -
CMYK 0.99 0.47 0 0.71
HSL 208.33º 0.97% 0.15% -
HSV(B) 208.33º 0.99% 0.29% -
XYZ 1.94 1.94 6.58 -
YUV 31.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 1 39 73 0.99 0.47 0 0.71 208.33 0.97 0.15
Hex 1 27 49 63 2F 0 47 D0 61 F
Octal 1 47 111 143 57 0 107 320 141 17
Binary 1 100111 1001001 1100011 101111 0 1000111 11010000 1100001 1111

Color Harmonies of #012749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012749

Black with #012749

Text Example


Text Example

White with #012749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012749; }

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

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

background-color css

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

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

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

border-color css

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

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

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