Html Css Color HEX #06115E Sapphire

📋 copy color: '#06115E'

red 6 ◦ green 17 ◦ blue 94

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

Shades of Sapphire #06115E

Tints of Sapphire #06115E

RGB

 RED value IS 6 (2.73% from 255) = 5.13%

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

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

R = 5.13%
G = 14.53%
B = 80.34%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#06115E (or 0x06115E) is known color: Sapphire. HEX triplet: 06, 11 and 5E. RGB value is (6,17,94). Sum of RGB (Red+Green+Blue) = 6+17+94=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 94 (37.11% from 255 or 80.34% from 117); Max value from RGB is 94 - color contains mainly: blue. Hex color #06115E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06115E is #F9EEA1. Grayscale: #161616. Windows color (decimal): -16379554 or 6164742. OLE color: 6164742.

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

Color convert

RGB 6 17 94 -
CMYK 0.94 0.82 0 0.63
HSL 232.5º 0.88% 0.2% -
HSV(B) 232.5º 0.94% 0.37% -
XYZ 2.3 1.25 10.71 -
YUV 22.49 168.36 116.24 -
System Red Green Blue C M Y K H S L
Decimal 6 17 94 0.94 0.82 0 0.63 232.5 0.88 0.2
Hex 6 11 5E 5E 52 0 3F E8 58 14
Octal 6 21 136 136 122 0 77 350 130 24
Binary 110 10001 1011110 1011110 1010010 0 111111 11101000 1011000 10100

Color Harmonies of #06115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06115E

Black with #06115E

Text Example


Text Example

White with #06115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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