Html Css Color HEX #03115B Sapphire

📋 copy color: '#03115B'

red 3 ◦ green 17 ◦ blue 91

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

Shades of Sapphire #03115B

Tints of Sapphire #03115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 81.98%

R = 2.7%
G = 15.32%
B = 81.98%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#03115B (or 0x03115B) is known color: Sapphire. HEX triplet: 03, 11 and 5B. RGB value is (3,17,91). Sum of RGB (Red+Green+Blue) = 3+17+91=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 91 (35.94% from 255 or 81.98% from 111); Max value from RGB is 91 - color contains mainly: blue. Hex color #03115B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03115B is #FCEEA4. Grayscale: #141414. Windows color (decimal): -16576165 or 5968131. OLE color: 5968131.

HSL color Cylindrical-coordinate representation of color #03115B: hue angle of 230.45º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03115B is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 3 17 91 -
CMYK 0.97 0.81 0 0.64
HSL 230.45º 0.94% 0.18% -
HSV(B) 230.45º 0.97% 0.36% -
XYZ 2.13 1.18 10.01 -
YUV 21.25 167.36 114.98 -
System Red Green Blue C M Y K H S L
Decimal 3 17 91 0.97 0.81 0 0.64 230.45 0.94 0.18
Hex 3 11 5B 61 51 0 40 E6 5E 12
Octal 3 21 133 141 121 0 100 346 136 22
Binary 11 10001 1011011 1100001 1010001 0 1000000 11100110 1011110 10010

Color Harmonies of #03115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03115B

Black with #03115B

Text Example


Text Example

White with #03115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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