Html Css Color HEX #112B7D Sapphire

📋 copy color: '#112B7D'

red 17 ◦ green 43 ◦ blue 125

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

Shades of Sapphire #112B7D

Tints of Sapphire #112B7D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.24%

 BLUE value IS 125 (49.22% from 255) = 67.57%

R = 9.19%
G = 23.24%
B = 67.57%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#112B7D (or 0x112B7D) is known color: Sapphire. HEX triplet: 11, 2B and 7D. RGB value is (17,43,125). Sum of RGB (Red+Green+Blue) = 17+43+125=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #112B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112B7D is #EED482. Grayscale: #2C2C2C. Windows color (decimal): -15651971 or 8203025. OLE color: 8203025.

HSL color Cylindrical-coordinate representation of color #112B7D: hue angle of 225.56º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #112B7D is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 43 125 -
CMYK 0.86 0.66 0 0.51
HSL 225.56º 0.76% 0.28% -
HSV(B) 225.56º 0.86% 0.49% -
XYZ 4.8 3.33 19.79 -
YUV 44.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 17 43 125 0.86 0.66 0 0.51 225.56 0.76 0.28
Hex 11 2B 7D 56 42 0 33 E2 4C 1C
Octal 21 53 175 126 102 0 63 342 114 34
Binary 10001 101011 1111101 1010110 1000010 0 110011 11100010 1001100 11100

Color Harmonies of #112B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B7D

Black with #112B7D

Text Example


Text Example

White with #112B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112B7D; }

 p { color: rgb(17,43,125); }

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

background-color css

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

 a { background-color: rgb(17,43,125); }

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

border-color css

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

 span { border-color: rgb(17,43,125); }

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