Html Css Color HEX #012748 Prussian Blue

📋 copy color: '#012748'

red 1 ◦ green 39 ◦ blue 72

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

Shades of Prussian Blue #012748

Tints of Prussian Blue #012748

RGB

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

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

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

R = 0.89%
G = 34.82%
B = 64.29%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012748 (or 0x012748) is known color: Prussian Blue. HEX triplet: 01, 27 and 48. RGB value is (1,39,72). Sum of RGB (Red+Green+Blue) = 1+39+72=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 39 (15.62% from 255 or 34.82% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #012748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012748 is #FED8B7. Grayscale: #1F1F1F. Windows color (decimal): -16701624 or 4728577. OLE color: 4728577.

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

Color convert

RGB 1 39 72 -
CMYK 0.99 0.46 0 0.72
HSL 207.89º 0.97% 0.14% -
HSV(B) 207.89º 0.99% 0.28% -
XYZ 1.91 1.93 6.4 -
YUV 31.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 1 39 72 0.99 0.46 0 0.72 207.89 0.97 0.14
Hex 1 27 48 63 2E 0 48 D0 61 E
Octal 1 47 110 143 56 0 110 320 141 16
Binary 1 100111 1001000 1100011 101110 0 1001000 11010000 1100001 1110

Color Harmonies of #012748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012748

Black with #012748

Text Example


Text Example

White with #012748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012748; }

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

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

background-color css

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

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

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

border-color css

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

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

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