Html Css Color HEX #112661 Sapphire

📋 copy color: '#112661'

red 17 ◦ green 38 ◦ blue 97

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

Shades of Sapphire #112661

Tints of Sapphire #112661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25%

 BLUE value IS 97 (38.28% from 255) = 63.82%

R = 11.18%
G = 25%
B = 63.82%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#112661 (or 0x112661) is known color: Sapphire. HEX triplet: 11, 26 and 61. RGB value is (17,38,97). Sum of RGB (Red+Green+Blue) = 17+38+97=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #112661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112661 is #EED99E. Grayscale: #262626. Windows color (decimal): -15653279 or 6366737. OLE color: 6366737.

HSL color Cylindrical-coordinate representation of color #112661: hue angle of 224.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112661 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 38 97 -
CMYK 0.82 0.61 0 0.62
HSL 224.25º 0.7% 0.22% -
HSV(B) 224.25º 0.82% 0.38% -
XYZ 3.08 2.37 11.6 -
YUV 38.45 161.04 112.7 -
System Red Green Blue C M Y K H S L
Decimal 17 38 97 0.82 0.61 0 0.62 224.25 0.7 0.22
Hex 11 26 61 52 3D 0 3E E0 46 16
Octal 21 46 141 122 75 0 76 340 106 26
Binary 10001 100110 1100001 1010010 111101 0 111110 11100000 1000110 10110

Color Harmonies of #112661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112661

Black with #112661

Text Example


Text Example

White with #112661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112661; }

 p { color: rgb(17,38,97); }

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

background-color css

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

 a { background-color: rgb(17,38,97); }

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

border-color css

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

 span { border-color: rgb(17,38,97); }

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