Html Css Color HEX #112765 Sapphire

📋 copy color: '#112765'

red 17 ◦ green 39 ◦ blue 101

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

Shades of Sapphire #112765

Tints of Sapphire #112765

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.84%

 BLUE value IS 101 (39.84% from 255) = 64.33%

R = 10.83%
G = 24.84%
B = 64.33%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#112765 (or 0x112765) is known color: Sapphire. HEX triplet: 11, 27 and 65. RGB value is (17,39,101). Sum of RGB (Red+Green+Blue) = 17+39+101=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #112765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112765 is #EED89A. Grayscale: #272727. Windows color (decimal): -15653019 or 6629137. OLE color: 6629137.

HSL color Cylindrical-coordinate representation of color #112765: hue angle of 224.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112765 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 39 101 -
CMYK 0.83 0.61 0 0.60
HSL 224.29º 0.71% 0.23% -
HSV(B) 224.29º 0.83% 0.4% -
XYZ 3.31 2.51 12.62 -
YUV 39.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 17 39 101 0.83 0.61 0 0.60 224.29 0.71 0.23
Hex 11 27 65 53 3D 0 3C E0 47 17
Octal 21 47 145 123 75 0 74 340 107 27
Binary 10001 100111 1100101 1010011 111101 0 111100 11100000 1000111 10111

Color Harmonies of #112765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112765

Black with #112765

Text Example


Text Example

White with #112765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112765; }

 p { color: rgb(17,39,101); }

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

background-color css

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

 a { background-color: rgb(17,39,101); }

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

border-color css

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

 span { border-color: rgb(17,39,101); }

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