Html Css Color HEX #012652 Prussian Blue

📋 copy color: '#012652'

red 1 ◦ green 38 ◦ blue 82

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

Shades of Prussian Blue #012652

Tints of Prussian Blue #012652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.4%

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

R = 0.83%
G = 31.4%
B = 67.77%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#012652 (or 0x012652) is known color: Prussian Blue. HEX triplet: 01, 26 and 52. RGB value is (1,38,82). Sum of RGB (Red+Green+Blue) = 1+38+82=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 82 (32.42% from 255 or 67.77% from 121); Max value from RGB is 82 - color contains mainly: blue. Hex color #012652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012652 is #FED9AD. Grayscale: #1F1F1F. Windows color (decimal): -16701870 or 5383681. OLE color: 5383681.

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

Color convert

RGB 1 38 82 -
CMYK 0.99 0.54 0 0.68
HSL 212.59º 0.98% 0.16% -
HSV(B) 212.59º 0.99% 0.32% -
XYZ 2.23 2 8.25 -
YUV 31.95 156.24 105.92 -
System Red Green Blue C M Y K H S L
Decimal 1 38 82 0.99 0.54 0 0.68 212.59 0.98 0.16
Hex 1 26 52 63 36 0 44 D5 62 10
Octal 1 46 122 143 66 0 104 325 142 20
Binary 1 100110 1010010 1100011 110110 0 1000100 11010101 1100010 10000

Color Harmonies of #012652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012652

Black with #012652

Text Example


Text Example

White with #012652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012652; }

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

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

background-color css

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

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

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

border-color css

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

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

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