Html Css Color HEX #012754 Prussian Blue

📋 copy color: '#012754'

red 1 ◦ green 39 ◦ blue 84

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

Shades of Prussian Blue #012754

Tints of Prussian Blue #012754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 67.74%

R = 0.81%
G = 31.45%
B = 67.74%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012754 (or 0x012754) is known color: Prussian Blue. HEX triplet: 01, 27 and 54. RGB value is (1,39,84). Sum of RGB (Red+Green+Blue) = 1+39+84=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 84 (33.20% from 255 or 67.74% from 124); Max value from RGB is 84 - color contains mainly: blue. Hex color #012754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012754 is #FED8AB. Grayscale: #202020. Windows color (decimal): -16701612 or 5515009. OLE color: 5515009.

HSL color Cylindrical-coordinate representation of color #012754: hue angle of 212.53º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012754 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 39 84 -
CMYK 0.99 0.54 0 0.67
HSL 212.53º 0.98% 0.17% -
HSV(B) 212.53º 0.99% 0.33% -
XYZ 2.34 2.1 8.67 -
YUV 32.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 1 39 84 0.99 0.54 0 0.67 212.53 0.98 0.17
Hex 1 27 54 63 36 0 43 D5 62 11
Octal 1 47 124 143 66 0 103 325 142 21
Binary 1 100111 1010100 1100011 110110 0 1000011 11010101 1100010 10001

Color Harmonies of #012754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012754

Black with #012754

Text Example


Text Example

White with #012754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012754; }

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

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

background-color css

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

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

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

border-color css

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

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

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