Html Css Color HEX #031158 Sapphire

📋 copy color: '#031158'

red 3 ◦ green 17 ◦ blue 88

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

Shades of Sapphire #031158

Tints of Sapphire #031158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 81.48%

R = 2.78%
G = 15.74%
B = 81.48%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#031158 (or 0x031158) is known color: Sapphire. HEX triplet: 03, 11 and 58. RGB value is (3,17,88). Sum of RGB (Red+Green+Blue) = 3+17+88=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 88 (34.77% from 255 or 81.48% from 108); Max value from RGB is 88 - color contains mainly: blue. Hex color #031158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031158 is #FCEEA7. Grayscale: #141414. Windows color (decimal): -16576168 or 5771523. OLE color: 5771523.

HSL color Cylindrical-coordinate representation of color #031158: hue angle of 230.12º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031158 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 17 88 -
CMYK 0.97 0.81 0 0.65
HSL 230.12º 0.93% 0.18% -
HSV(B) 230.12º 0.97% 0.35% -
XYZ 2 1.12 9.34 -
YUV 20.91 165.86 115.23 -
System Red Green Blue C M Y K H S L
Decimal 3 17 88 0.97 0.81 0 0.65 230.12 0.93 0.18
Hex 3 11 58 61 51 0 41 E6 5D 12
Octal 3 21 130 141 121 0 101 346 135 22
Binary 11 10001 1011000 1100001 1010001 0 1000001 11100110 1011101 10010

Color Harmonies of #031158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031158

Black with #031158

Text Example


Text Example

White with #031158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031158; }

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

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

background-color css

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

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

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

border-color css

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

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

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