Html Css Color HEX #012752 Prussian Blue

📋 copy color: '#012752'

red 1 ◦ green 39 ◦ blue 82

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

Shades of Prussian Blue #012752

Tints of Prussian Blue #012752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 67.21%

R = 0.82%
G = 31.97%
B = 67.21%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#012752 (or 0x012752) is known color: Prussian Blue. HEX triplet: 01, 27 and 52. RGB value is (1,39,82). Sum of RGB (Red+Green+Blue) = 1+39+82=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #012752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012752 is #FED8AD. Grayscale: #202020. Windows color (decimal): -16701614 or 5383937. OLE color: 5383937.

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

Color convert

RGB 1 39 82 -
CMYK 0.99 0.52 0 0.68
HSL 211.85º 0.98% 0.16% -
HSV(B) 211.85º 0.99% 0.32% -
XYZ 2.26 2.07 8.26 -
YUV 32.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 1 39 82 0.99 0.52 0 0.68 211.85 0.98 0.16
Hex 1 27 52 63 34 0 44 D4 62 10
Octal 1 47 122 143 64 0 104 324 142 20
Binary 1 100111 1010010 1100011 110100 0 1000100 11010100 1100010 10000

Color Harmonies of #012752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012752

Black with #012752

Text Example


Text Example

White with #012752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012752; }

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

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

background-color css

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

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

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

border-color css

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

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

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