Html Css Color HEX #07115B Sapphire

📋 copy color: '#07115B'

red 7 ◦ green 17 ◦ blue 91

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

Shades of Sapphire #07115B

Tints of Sapphire #07115B

RGB

 RED value IS 7 (3.13% from 255) = 6.09%

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

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

R = 6.09%
G = 14.78%
B = 79.13%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#07115B (or 0x07115B) is known color: Sapphire. HEX triplet: 07, 11 and 5B. RGB value is (7,17,91). Sum of RGB (Red+Green+Blue) = 7+17+91=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 91 (35.94% from 255 or 79.13% from 115); Max value from RGB is 91 - color contains mainly: blue. Hex color #07115B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07115B is #F8EEA4. Grayscale: #161616. Windows color (decimal): -16314021 or 5968135. OLE color: 5968135.

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

Color convert

RGB 7 17 91 -
CMYK 0.92 0.81 0 0.64
HSL 232.86º 0.86% 0.19% -
HSV(B) 232.86º 0.92% 0.36% -
XYZ 2.18 1.2 10.01 -
YUV 22.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 7 17 91 0.92 0.81 0 0.64 232.86 0.86 0.19
Hex 7 11 5B 5C 51 0 40 E9 56 13
Octal 7 21 133 134 121 0 100 351 126 23
Binary 111 10001 1011011 1011100 1010001 0 1000000 11101001 1010110 10011

Color Harmonies of #07115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07115B

Black with #07115B

Text Example


Text Example

White with #07115B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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