Html Css Color HEX #012448 Prussian Blue

📋 copy color: '#012448'

red 1 ◦ green 36 ◦ blue 72

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

Shades of Prussian Blue #012448

Tints of Prussian Blue #012448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.03%

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

R = 0.92%
G = 33.03%
B = 66.06%

CMYK

 C value IS 0.99

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012448 (or 0x012448) is known color: Prussian Blue. HEX triplet: 01, 24 and 48. RGB value is (1,36,72). Sum of RGB (Red+Green+Blue) = 1+36+72=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #012448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012448 is #FEDBB7. Grayscale: #1D1D1D. Windows color (decimal): -16702392 or 4727809. OLE color: 4727809.

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

Color convert

RGB 1 36 72 -
CMYK 0.99 0.5 0 0.72
HSL 210.42º 0.97% 0.14% -
HSV(B) 210.42º 0.99% 0.28% -
XYZ 1.81 1.74 6.37 -
YUV 29.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 1 36 72 0.99 0.5 0 0.72 210.42 0.97 0.14
Hex 1 24 48 63 32 0 48 D2 61 E
Octal 1 44 110 143 62 0 110 322 141 16
Binary 1 100100 1001000 1100011 110010 0 1001000 11010010 1100001 1110

Color Harmonies of #012448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012448

Black with #012448

Text Example


Text Example

White with #012448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012448; }

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

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

background-color css

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

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

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

border-color css

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

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

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