Html Css Color HEX #031059 Sapphire

📋 copy color: '#031059'

red 3 ◦ green 16 ◦ blue 89

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

Shades of Sapphire #031059

Tints of Sapphire #031059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 82.41%

R = 2.78%
G = 14.81%
B = 82.41%

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

#031059 (or 0x031059) is known color: Sapphire. HEX triplet: 03, 10 and 59. RGB value is (3,16,89). Sum of RGB (Red+Green+Blue) = 3+16+89=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #031059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031059 is #FCEFA6. Grayscale: #141414. Windows color (decimal): -16576423 or 5836803. OLE color: 5836803.

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

Color convert

RGB 3 16 89 -
CMYK 0.97 0.82 0 0.65
HSL 230.93º 0.93% 0.18% -
HSV(B) 230.93º 0.97% 0.35% -
XYZ 2.03 1.11 9.56 -
YUV 20.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 3 16 89 0.97 0.82 0 0.65 230.93 0.93 0.18
Hex 3 10 59 61 52 0 41 E7 5D 12
Octal 3 20 131 141 122 0 101 347 135 22
Binary 11 10000 1011001 1100001 1010010 0 1000001 11100111 1011101 10010

Color Harmonies of #031059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031059

Black with #031059

Text Example


Text Example

White with #031059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031059; }

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

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

background-color css

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

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

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

border-color css

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

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

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