Html Css Color HEX #031148 Sapphire

📋 copy color: '#031148'

red 3 ◦ green 17 ◦ blue 72

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

Shades of Sapphire #031148

Tints of Sapphire #031148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.48%

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

R = 3.26%
G = 18.48%
B = 78.26%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#031148 (or 0x031148) is known color: Sapphire. HEX triplet: 03, 11 and 48. RGB value is (3,17,72). Sum of RGB (Red+Green+Blue) = 3+17+72=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 72 (28.52% from 255 or 78.26% from 92); Max value from RGB is 72 - color contains mainly: blue. Hex color #031148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031148 is #FCEEB7. Grayscale: #121212. Windows color (decimal): -16576184 or 4722947. OLE color: 4722947.

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

Color convert

RGB 3 17 72 -
CMYK 0.96 0.76 0 0.72
HSL 227.83º 0.92% 0.15% -
HSV(B) 227.83º 0.96% 0.28% -
XYZ 1.41 0.89 6.23 -
YUV 19.08 157.86 116.53 -
System Red Green Blue C M Y K H S L
Decimal 3 17 72 0.96 0.76 0 0.72 227.83 0.92 0.15
Hex 3 11 48 60 4C 0 48 E4 5C F
Octal 3 21 110 140 114 0 110 344 134 17
Binary 11 10001 1001000 1100000 1001100 0 1001000 11100100 1011100 1111

Color Harmonies of #031148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031148

Black with #031148

Text Example


Text Example

White with #031148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031148; }

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

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

background-color css

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

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

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

border-color css

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

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

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