Html Css Color HEX #112265 Sapphire

📋 copy color: '#112265'

red 17 ◦ green 34 ◦ blue 101

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

Shades of Sapphire #112265

Tints of Sapphire #112265

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.37%

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

R = 11.18%
G = 22.37%
B = 66.45%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#112265 (or 0x112265) is known color: Sapphire. HEX triplet: 11, 22 and 65. RGB value is (17,34,101). Sum of RGB (Red+Green+Blue) = 17+34+101=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #112265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112265 is #EEDD9A. Grayscale: #242424. Windows color (decimal): -15654299 or 6627857. OLE color: 6627857.

HSL color Cylindrical-coordinate representation of color #112265: hue angle of 227.86º 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 #112265 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 34 101 -
CMYK 0.83 0.66 0 0.60
HSL 227.86º 0.71% 0.23% -
HSV(B) 227.86º 0.83% 0.4% -
XYZ 3.15 2.2 12.57 -
YUV 36.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 17 34 101 0.83 0.66 0 0.60 227.86 0.71 0.23
Hex 11 22 65 53 42 0 3C E4 47 17
Octal 21 42 145 123 102 0 74 344 107 27
Binary 10001 100010 1100101 1010011 1000010 0 111100 11100100 1000111 10111

Color Harmonies of #112265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112265

Black with #112265

Text Example


Text Example

White with #112265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112265; }

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

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

background-color css

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

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

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

border-color css

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

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

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