Html Css Color HEX #112F7D Sapphire

📋 copy color: '#112F7D'

red 17 ◦ green 47 ◦ blue 125

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

Shades of Sapphire #112F7D

Tints of Sapphire #112F7D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.87%

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

R = 8.99%
G = 24.87%
B = 66.14%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#112F7D (or 0x112F7D) is known color: Sapphire. HEX triplet: 11, 2F and 7D. RGB value is (17,47,125). Sum of RGB (Red+Green+Blue) = 17+47+125=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 125 (49.22% from 255 or 66.14% from 189); Max value from RGB is 125 - color contains mainly: blue. Hex color #112F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F7D is #EED082. Grayscale: #2E2E2E. Windows color (decimal): -15650947 or 8204049. OLE color: 8204049.

HSL color Cylindrical-coordinate representation of color #112F7D: hue angle of 223.33º 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 #112F7D is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 47 125 -
CMYK 0.86 0.62 0 0.51
HSL 223.33º 0.76% 0.28% -
HSV(B) 223.33º 0.86% 0.49% -
XYZ 4.95 3.63 19.84 -
YUV 46.92 172.06 106.66 -
System Red Green Blue C M Y K H S L
Decimal 17 47 125 0.86 0.62 0 0.51 223.33 0.76 0.28
Hex 11 2F 7D 56 3E 0 33 DF 4C 1C
Octal 21 57 175 126 76 0 63 337 114 34
Binary 10001 101111 1111101 1010110 111110 0 110011 11011111 1001100 11100

Color Harmonies of #112F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112F7D

Black with #112F7D

Text Example


Text Example

White with #112F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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