Html Css Color HEX #112F61 Sapphire

📋 copy color: '#112F61'

red 17 ◦ green 47 ◦ blue 97

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

Shades of Sapphire #112F61

Tints of Sapphire #112F61

RGB

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

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

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

R = 10.56%
G = 29.19%
B = 60.25%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#112F61 (or 0x112F61) is known color: Sapphire. HEX triplet: 11, 2F and 61. RGB value is (17,47,97). Sum of RGB (Red+Green+Blue) = 17+47+97=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #112F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F61 is #EED09E. Grayscale: #2B2B2B. Windows color (decimal): -15650975 or 6369041. OLE color: 6369041.

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

Color convert

RGB 17 47 97 -
CMYK 0.82 0.52 0 0.62
HSL 217.5º 0.7% 0.22% -
HSV(B) 217.5º 0.82% 0.38% -
XYZ 3.41 3.02 11.71 -
YUV 43.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 17 47 97 0.82 0.52 0 0.62 217.5 0.7 0.22
Hex 11 2F 61 52 34 0 3E DA 46 16
Octal 21 57 141 122 64 0 76 332 106 26
Binary 10001 101111 1100001 1010010 110100 0 111110 11011010 1000110 10110

Color Harmonies of #112F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112F61

Black with #112F61

Text Example


Text Example

White with #112F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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