Html Css Color HEX #012648 Prussian Blue

📋 copy color: '#012648'

red 1 ◦ green 38 ◦ blue 72

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

Shades of Prussian Blue #012648

Tints of Prussian Blue #012648

RGB

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

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

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

R = 0.9%
G = 34.23%
B = 64.86%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012648 (or 0x012648) is known color: Prussian Blue. HEX triplet: 01, 26 and 48. RGB value is (1,38,72). Sum of RGB (Red+Green+Blue) = 1+38+72=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #012648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012648 is #FED9B7. Grayscale: #1E1E1E. Windows color (decimal): -16701880 or 4728321. OLE color: 4728321.

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

Color convert

RGB 1 38 72 -
CMYK 0.99 0.47 0 0.72
HSL 208.73º 0.97% 0.14% -
HSV(B) 208.73º 0.99% 0.28% -
XYZ 1.88 1.86 6.39 -
YUV 30.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 1 38 72 0.99 0.47 0 0.72 208.73 0.97 0.14
Hex 1 26 48 63 2F 0 48 D1 61 E
Octal 1 46 110 143 57 0 110 321 141 16
Binary 1 100110 1001000 1100011 101111 0 1001000 11010001 1100001 1110

Color Harmonies of #012648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012648

Black with #012648

Text Example


Text Example

White with #012648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012648; }

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

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

background-color css

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

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

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

border-color css

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

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

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