Html Css Color HEX #031548 Sapphire

📋 copy color: '#031548'

red 3 ◦ green 21 ◦ blue 72

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

Shades of Sapphire #031548

Tints of Sapphire #031548

RGB

 RED value IS 3 (1.56% from 255) = 3.13%

 GREEN value IS 21 (8.59% from 255) = 21.88%

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

R = 3.13%
G = 21.88%
B = 75%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#031548 (or 0x031548) is known color: Sapphire. HEX triplet: 03, 15 and 48. RGB value is (3,21,72). Sum of RGB (Red+Green+Blue) = 3+21+72=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #031548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031548 is #FCEAB7. Grayscale: #151515. Windows color (decimal): -16575160 or 4723971. OLE color: 4723971.

HSL color Cylindrical-coordinate representation of color #031548: hue angle of 224.35º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031548 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 21 72 -
CMYK 0.96 0.71 0 0.72
HSL 224.35º 0.92% 0.15% -
HSV(B) 224.35º 0.96% 0.28% -
XYZ 1.48 1.02 6.25 -
YUV 21.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 3 21 72 0.96 0.71 0 0.72 224.35 0.92 0.15
Hex 3 15 48 60 47 0 48 E0 5C F
Octal 3 25 110 140 107 0 110 340 134 17
Binary 11 10101 1001000 1100000 1000111 0 1001000 11100000 1011100 1111

Color Harmonies of #031548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031548

Black with #031548

Text Example


Text Example

White with #031548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031548; }

 p { color: rgb(3,21,72); }

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

background-color css

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

 a { background-color: rgb(3,21,72); }

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

border-color css

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

 span { border-color: rgb(3,21,72); }

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