Html Css Color HEX #03115F Sapphire

📋 copy color: '#03115F'

red 3 ◦ green 17 ◦ blue 95

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

Shades of Sapphire #03115F

Tints of Sapphire #03115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 82.61%

R = 2.61%
G = 14.78%
B = 82.61%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#03115F (or 0x03115F) is known color: Sapphire. HEX triplet: 03, 11 and 5F. RGB value is (3,17,95). Sum of RGB (Red+Green+Blue) = 3+17+95=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 95 (37.5% from 255 or 82.61% from 115); Max value from RGB is 95 - color contains mainly: blue. Hex color #03115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03115F is #FCEEA0. Grayscale: #151515. Windows color (decimal): -16576161 or 6230275. OLE color: 6230275.

HSL color Cylindrical-coordinate representation of color #03115F: hue angle of 230.87º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03115F is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 17 95 -
CMYK 0.97 0.82 0 0.63
HSL 230.87º 0.94% 0.19% -
HSV(B) 230.87º 0.97% 0.37% -
XYZ 2.3 1.25 10.95 -
YUV 21.71 169.36 114.66 -
System Red Green Blue C M Y K H S L
Decimal 3 17 95 0.97 0.82 0 0.63 230.87 0.94 0.19
Hex 3 11 5F 61 52 0 3F E7 5E 13
Octal 3 21 137 141 122 0 77 347 136 23
Binary 11 10001 1011111 1100001 1010010 0 111111 11100111 1011110 10011

Color Harmonies of #03115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03115F

Black with #03115F

Text Example


Text Example

White with #03115F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03115F; }

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

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

background-color css

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

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

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

border-color css

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

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

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