Html Css Color HEX #031448 Sapphire

📋 copy color: '#031448'

red 3 ◦ green 20 ◦ blue 72

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

Shades of Sapphire #031448

Tints of Sapphire #031448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.05%

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

R = 3.16%
G = 21.05%
B = 75.79%

CMYK

 C value IS 0.96

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#031448 (or 0x031448) is known color: Sapphire. HEX triplet: 03, 14 and 48. RGB value is (3,20,72). Sum of RGB (Red+Green+Blue) = 3+20+72=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #031448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031448 is #FCEBB7. Grayscale: #141414. Windows color (decimal): -16575416 or 4723715. OLE color: 4723715.

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

Color convert

RGB 3 20 72 -
CMYK 0.96 0.72 0 0.72
HSL 225.22º 0.92% 0.15% -
HSV(B) 225.22º 0.96% 0.28% -
XYZ 1.46 0.99 6.24 -
YUV 20.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 3 20 72 0.96 0.72 0 0.72 225.22 0.92 0.15
Hex 3 14 48 60 48 0 48 E1 5C F
Octal 3 24 110 140 110 0 110 341 134 17
Binary 11 10100 1001000 1100000 1001000 0 1001000 11100001 1011100 1111

Color Harmonies of #031448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031448

Black with #031448

Text Example


Text Example

White with #031448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031448; }

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

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

background-color css

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

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

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

border-color css

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

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

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