Html Css Color HEX #012753 Prussian Blue

📋 copy color: '#012753'

red 1 ◦ green 39 ◦ blue 83

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

Shades of Prussian Blue #012753

Tints of Prussian Blue #012753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 67.48%

R = 0.81%
G = 31.71%
B = 67.48%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#012753 (or 0x012753) is known color: Prussian Blue. HEX triplet: 01, 27 and 53. RGB value is (1,39,83). Sum of RGB (Red+Green+Blue) = 1+39+83=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #012753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012753 is #FED8AC. Grayscale: #202020. Windows color (decimal): -16701613 or 5449473. OLE color: 5449473.

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

Color convert

RGB 1 39 83 -
CMYK 0.99 0.53 0 0.67
HSL 212.2º 0.98% 0.16% -
HSV(B) 212.2º 0.99% 0.33% -
XYZ 2.3 2.08 8.46 -
YUV 32.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 1 39 83 0.99 0.53 0 0.67 212.2 0.98 0.16
Hex 1 27 53 63 35 0 43 D4 62 10
Octal 1 47 123 143 65 0 103 324 142 20
Binary 1 100111 1010011 1100011 110101 0 1000011 11010100 1100010 10000

Color Harmonies of #012753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012753

Black with #012753

Text Example


Text Example

White with #012753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012753; }

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

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

background-color css

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

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

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

border-color css

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

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

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