Html Css Color HEX #012348 Prussian Blue

📋 copy color: '#012348'

red 1 ◦ green 35 ◦ blue 72

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

Shades of Prussian Blue #012348

Tints of Prussian Blue #012348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.41%

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

R = 0.93%
G = 32.41%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#012348 (or 0x012348) is known color: Prussian Blue. HEX triplet: 01, 23 and 48. RGB value is (1,35,72). Sum of RGB (Red+Green+Blue) = 1+35+72=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #012348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012348 is #FEDCB7. Grayscale: #1C1C1C. Windows color (decimal): -16702648 or 4727553. OLE color: 4727553.

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

Color convert

RGB 1 35 72 -
CMYK 0.99 0.51 0 0.72
HSL 211.27º 0.97% 0.14% -
HSV(B) 211.27º 0.99% 0.28% -
XYZ 1.78 1.68 6.36 -
YUV 29.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 1 35 72 0.99 0.51 0 0.72 211.27 0.97 0.14
Hex 1 23 48 63 33 0 48 D3 61 E
Octal 1 43 110 143 63 0 110 323 141 16
Binary 1 100011 1001000 1100011 110011 0 1001000 11010011 1100001 1110

Color Harmonies of #012348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012348

Black with #012348

Text Example


Text Example

White with #012348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012348; }

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

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

background-color css

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

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

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

border-color css

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

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

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