Html Css Color HEX #012248 Prussian Blue

📋 copy color: '#012248'

red 1 ◦ green 34 ◦ blue 72

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

Shades of Prussian Blue #012248

Tints of Prussian Blue #012248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.78%

 BLUE value IS 72 (28.52% from 255) = 67.29%

R = 0.93%
G = 31.78%
B = 67.29%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012248 (or 0x012248) is known color: Prussian Blue. HEX triplet: 01, 22 and 48. RGB value is (1,34,72). Sum of RGB (Red+Green+Blue) = 1+34+72=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 72 (28.52% from 255 or 67.29% from 107); Max value from RGB is 72 - color contains mainly: blue. Hex color #012248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012248 is #FEDDB7. Grayscale: #1C1C1C. Windows color (decimal): -16702904 or 4727297. OLE color: 4727297.

HSL color Cylindrical-coordinate representation of color #012248: hue angle of 212.11º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012248 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 34 72 -
CMYK 0.99 0.53 0 0.72
HSL 212.11º 0.97% 0.14% -
HSV(B) 212.11º 0.99% 0.28% -
XYZ 1.75 1.62 6.35 -
YUV 28.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 1 34 72 0.99 0.53 0 0.72 212.11 0.97 0.14
Hex 1 22 48 63 35 0 48 D4 61 E
Octal 1 42 110 143 65 0 110 324 141 16
Binary 1 100010 1001000 1100011 110101 0 1001000 11010100 1100001 1110

Color Harmonies of #012248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012248

Black with #012248

Text Example


Text Example

White with #012248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012248; }

 p { color: rgb(1,34,72); }

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

background-color css

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

 a { background-color: rgb(1,34,72); }

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

border-color css

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

 span { border-color: rgb(1,34,72); }

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