Html Css Color HEX #07115E Sapphire

📋 copy color: '#07115E'

red 7 ◦ green 17 ◦ blue 94

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

Shades of Sapphire #07115E

Tints of Sapphire #07115E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 79.66%

R = 5.93%
G = 14.41%
B = 79.66%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#07115E (or 0x07115E) is known color: Sapphire. HEX triplet: 07, 11 and 5E. RGB value is (7,17,94). Sum of RGB (Red+Green+Blue) = 7+17+94=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 94 (37.11% from 255 or 79.66% from 118); Max value from RGB is 94 - color contains mainly: blue. Hex color #07115E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07115E is #F8EEA1. Grayscale: #161616. Windows color (decimal): -16314018 or 6164743. OLE color: 6164743.

HSL color Cylindrical-coordinate representation of color #07115E: hue angle of 233.1º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07115E is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 7 17 94 -
CMYK 0.93 0.82 0 0.63
HSL 233.1º 0.86% 0.2% -
HSV(B) 233.1º 0.93% 0.37% -
XYZ 2.31 1.25 10.71 -
YUV 22.79 168.19 116.74 -
System Red Green Blue C M Y K H S L
Decimal 7 17 94 0.93 0.82 0 0.63 233.1 0.86 0.2
Hex 7 11 5E 5D 52 0 3F E9 56 14
Octal 7 21 136 135 122 0 77 351 126 24
Binary 111 10001 1011110 1011101 1010010 0 111111 11101001 1010110 10100

Color Harmonies of #07115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07115E

Black with #07115E

Text Example


Text Example

White with #07115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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