Html Css Color HEX #012755 Prussian Blue

📋 copy color: '#012755'

red 1 ◦ green 39 ◦ blue 85

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

Shades of Prussian Blue #012755

Tints of Prussian Blue #012755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 68%

R = 0.8%
G = 31.2%
B = 68%

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

#012755 (or 0x012755) is known color: Prussian Blue. HEX triplet: 01, 27 and 55. RGB value is (1,39,85). Sum of RGB (Red+Green+Blue) = 1+39+85=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #012755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012755 is #FED8AA. Grayscale: #202020. Windows color (decimal): -16701611 or 5580545. OLE color: 5580545.

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

Color convert

RGB 1 39 85 -
CMYK 0.99 0.54 0 0.67
HSL 212.86º 0.98% 0.17% -
HSV(B) 212.86º 0.99% 0.33% -
XYZ 2.38 2.11 8.88 -
YUV 32.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 1 39 85 0.99 0.54 0 0.67 212.86 0.98 0.17
Hex 1 27 55 63 36 0 43 D5 62 11
Octal 1 47 125 143 66 0 103 325 142 21
Binary 1 100111 1010101 1100011 110110 0 1000011 11010101 1100010 10001

Color Harmonies of #012755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012755

Black with #012755

Text Example


Text Example

White with #012755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012755; }

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

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

background-color css

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

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

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

border-color css

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

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

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