Html Css Color HEX #113068 Sapphire

📋 copy color: '#113068'

red 17 ◦ green 48 ◦ blue 104

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

Shades of Sapphire #113068

Tints of Sapphire #113068

RGB

 RED value IS 17 (7.03% from 255) = 10.06%

 GREEN value IS 48 (19.14% from 255) = 28.4%

 BLUE value IS 104 (41.02% from 255) = 61.54%

R = 10.06%
G = 28.4%
B = 61.54%

CMYK

 C value IS 0.84

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#113068 (or 0x113068) is known color: Sapphire. HEX triplet: 11, 30 and 68. RGB value is (17,48,104). Sum of RGB (Red+Green+Blue) = 17+48+104=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #113068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113068 is #EECF97. Grayscale: #2C2C2C. Windows color (decimal): -15650712 or 6828049. OLE color: 6828049.

HSL color Cylindrical-coordinate representation of color #113068: hue angle of 218.62º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113068 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 48 104 -
CMYK 0.84 0.54 0 0.59
HSL 218.62º 0.72% 0.24% -
HSV(B) 218.62º 0.84% 0.41% -
XYZ 3.79 3.23 13.52 -
YUV 45.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 17 48 104 0.84 0.54 0 0.59 218.62 0.72 0.24
Hex 11 30 68 54 36 0 3B DB 48 18
Octal 21 60 150 124 66 0 73 333 110 30
Binary 10001 110000 1101000 1010100 110110 0 111011 11011011 1001000 11000

Color Harmonies of #113068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113068

Black with #113068

Text Example


Text Example

White with #113068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113068; }

 p { color: rgb(17,48,104); }

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

background-color css

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

 a { background-color: rgb(17,48,104); }

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

border-color css

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

 span { border-color: rgb(17,48,104); }

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