Html Css Color HEX #031058 Sapphire

📋 copy color: '#031058'

red 3 ◦ green 16 ◦ blue 88

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

Shades of Sapphire #031058

Tints of Sapphire #031058

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.95%

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

R = 2.8%
G = 14.95%
B = 82.24%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#031058 (or 0x031058) is known color: Sapphire. HEX triplet: 03, 10 and 58. RGB value is (3,16,88). Sum of RGB (Red+Green+Blue) = 3+16+88=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 88 (34.77% from 255 or 82.24% from 107); Max value from RGB is 88 - color contains mainly: blue. Hex color #031058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031058 is #FCEFA7. Grayscale: #141414. Windows color (decimal): -16576424 or 5771267. OLE color: 5771267.

HSL color Cylindrical-coordinate representation of color #031058: hue angle of 230.82º 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 #031058 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 3 16 88 -
CMYK 0.97 0.82 0 0.65
HSL 230.82º 0.93% 0.18% -
HSV(B) 230.82º 0.97% 0.35% -
XYZ 1.98 1.09 9.34 -
YUV 20.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 3 16 88 0.97 0.82 0 0.65 230.82 0.93 0.18
Hex 3 10 58 61 52 0 41 E7 5D 12
Octal 3 20 130 141 122 0 101 347 135 22
Binary 11 10000 1011000 1100001 1010010 0 1000001 11100111 1011101 10010

Color Harmonies of #031058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031058

Black with #031058

Text Example


Text Example

White with #031058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031058; }

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

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

background-color css

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

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

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

border-color css

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

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

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